
body {
  background-color: black;
  color: black;
  font-family: 'Jacquard12';
}
h1 {
  font-size: 40px;
  --webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #870000;
  font-weight:normal;
}
     .heart{
       float:left;
       }
p {
  font-size:2px;
  text-align: center;
  }
.home {
  background-color:black;
  border-style:groove;
  border-width:5px;
  border-color:#411515;
  height:55px;
  width:850px;
  margin:auto;
  justify-content:center;
  position:relative;
  
  }
.upper {
text-align:center;
margin:auto;
  width:650px;
  height:75px;
  font-size:75px;
  justify-content:center;
   -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #870000;
  }
.button {
  background-color: #870000;
  border: 5px;
  color: black;
  margin-top:30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  border-style:outset;
  border-color:#411515;
  padding: 15px;
   -webkit-text-stroke-width: 0px;
}
.homeb{
   font-size: 30px;
   border:5px;
  border-style:outset;
  border-color:#411515;
  padding: 15px;
    background-color: #870000;
  color: black;
   margin-top:5px;
   margin-left: 5px;
   display: inline-block;
   text-decoration: none;
 }
.main{
  display:flex;
  column-gap:10px;
  justify-content:center;
  position:relative;
  }
  .sidebar {
    width:200px;
    height:700px;
    border-style:outset;
  border-color:#411515;
   background-color: #870000;
   text-align:center;
  
    }
    .middle {
      width:850px;
      height:700px;
      border-style:outset;
  border-color:#411515;
  background-color: #870000;
   text-align:center;
   font-size:50px;
    }
    .melol {
      display: flex;
justify-content: center;
margin-top:15px;
      }
      .lock {
        width:35px;
        height:35px;
        margin-left:10px;
        }
        .pet {
          text-decoration: none;
    width:200px;
    height:700px;
    border-style:outset;
  border-color:#411515;
   background-color: #870000;
   text-align:center;
   font-size:25px;
   color:black;
  
    }
  .pets {
    color:black;
    text-decoration: none;
    width:50px;
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:25px;
  text-align:center;
  }