body{
    background-color:#FFD3E2;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
}

.navbar{
    display:flex;
    justify-content:space-between;
    flex-direction:row;
    align-items:center;
    background-color:#FFF18C;
    font-size:30px;
    padding: 1% 35% 1% 35%;
    margin: 0% 0% 0% 0%;
    border-bottom:solid;
    border-width:3px;

}

.meow{
    font-size:64px;
    display:flex;
    justify-content:center;
    margin: 0% 30% 0% 30%;


}

button{
    background-color:#FF9F80; 
    color: #FFFFFF; 
    border: 2px solid #FF6B6B;
    font-size:24px;
}

a{
    text-decoration:none;
}

h3{
    font-size:46px;
}

a:hover{
    background-color:aqua;
    color:green;
}

button:hover{
    background-color:rgb(213, 223, 149);
    color:blanchedalmond;
}

button:visited{
    background-color:blue;
    color:black;
}

.reasons{
    display:flex;
    align-items:left;
    margin-left:35%;
    margin-right:35%;
    margin-top:0px;
    border-style:solid;
    -webkit-text-fill-color: blueviolet;
    color:rgb(124, 124, 255);
    background-color:white;
    flex-direction:column;

}

.smol{
    width:300px;
    height:auto;
    border-style:solid;
    border-color:aqua;
    border-width:3px;
}

.clicky{
    text-decoration-line: underline;

}

#food{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    align-content:center;
    border-style:solid;
    margin: .5% 40% .5% 40%;
    background-color:bisque;

}

#why_edible{
    border: 2px solid black;
    padding: 3px;
    background-color:white;

}

.cats{
    display:flex;
    align-content:center;
    justify-content: center;


}