body{
    margin: 0;
}
.logo-container{
    height: 100%;
    display: table;
    float: left;
}
.logo-container h1{
    color: white;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}
.logo-container h1 span{
    font-weight: 800;
}
.header{
    background-color:  rgb(221, 155, 155);
    height: 60px;
    width: 100%;
    display: block;
    position: fixed;
    margin:0;
    top:0;
}
li{
    display: inline-block;
    font-size: 25px;
    margin-left: 50px;
    padding: 0px 20px;
}
.nav{
    float: right;
    height: 100%;
}
.nav a{
    height: 100%;
    display: table;
    float: left;
    padding: 0px 20px;
}
.nav a li{
    font-family: 'Montserrat', sans-serif;
    color: white;
}


h2{
    font-family: 'Montserrat', sans-serif;
    color: white;

}

.container{
    flex-direction: row;
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 5%;
}
.list{
    background-color: rgb(221, 155, 155);
    width: 300px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;

}
.matches{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.petscontainer{
    background-color: rgb(221, 155, 155);
    width: 500px;
    border-radius: 30px;
    text-align: center;
    padding-top: 40px;
    margin-left:10%;
    height: 50%;
}
img{
    height: 300px;
    width: 300px
}
button{
    display: inline-block;
    border: none;
    border-radius: 100px;
    font-size: 20px;
    width: 30%;
    height: 70px;
    line-height: 27px;
    margin-left: 1.0em;
    margin-right: 1.0em;
    margin: 25px 0;

}
.choice-deny:hover{
    background-color: rgb(236, 33, 33);
    cursor: pointer;
}
.choice-accept:hover{
    background-color: rgb(33, 218, 33);
    cursor: pointer;
}

.listimg{
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-left: 4%;
    margin-right: 4%;
}

.pImg{
    margin-left: 100px;
    height: 100%;
}
.list-img{
   height: 100%;
   width: 50%;
   margin-left: 70px;
}


