#dogPic {
    width: 96%;
    height: 100%;
    object-fit: cover;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 15px;

}
#dataDisplay {
    display: flex;
    height: 85vh;
    justify-content: center;
    flex-wrap: wrap;
}
#myApiButton{
    width: 40%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 35px;
    color: white;
    padding: 10px;
    border: none;
    background: url(../Images/fotofetch\ bone.png) no-repeat top;
    background-size: 100% 100%;
    
}
#myApiButton:hover{
    color: #ebf0ff;
    cursor: pointer;
}
.bagel-fat-one{
  font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;
}
.logo{
    width: 50%;
    margin-right: 10px;
    object-fit: contain;
}
#topbar{
    display: flex;
    justify-content:center;
    margin-top: 20px;
}