

body{
    font-family: roboto;
    font-size: small;
}
.navigation{
    display: flex;
    gap: 16px;
    /* width: 100%; */
    padding: 15px;
}

.marginlefttop{
    margin-left: auto;   
}

.links{
    text-decoration: none;
    color:black;
}

.links:hover{
    text-decoration: underline;
}

.button{
    color:black;
    background-color: rgb(170, 164, 164);
    padding: 10px;
    font-family:Roboto,arial,sans-serif;
    font-size:;
    border: 1px;
    text-decoration: none;
    border-radius: 4px;
    margin:5px;
}

.button:hover{
    background-color:rgba(200, 195, 195, 0.408);
    color: blueviolet;

}

#waffle{
    width:15px;
}


#waffle:hover {
opacity: 75%;
}



#pro_pic{
    /* width:20px; */
    align-self: baseline;
    width: 40px;
    margin-top:-15px;
}

#pro_pic:hover{
    opacity: 90%;
}

#goofy{
    width:25%;
    max-width: 400px;
}

form{
    margin-top: 25px ;
}

.search{
    text-align: center;
}

input{
    width: 40%;
    height: 25px;
    border: solid black 1px;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 25px;
    padding: 22px;}


.buttons {
    text-align: center; 
    margin-top: 20px; 
  }
  
  .buttons a {
    display: inline-block; 
  }


    footer {
        position: fixed;
        bottom: 0; 
        left: 0;
        width: 100%;
        background-color: #f2f2f2;
        display: flex;
      }

      footer div{
        /* gap: 20px; */
        padding: 15px;
      }


    .marginleftbottom{
        margin-left: auto;
    }

    input[type=text]{ 
        margin: 0 auto;
        padding: 600px;
    }

    img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -15px;
    }
      
    .center{
        margin-top: 175px;
    }
   
@media only screen and (max-width:531px) {


    footer{
        flex-wrap: wrap;
    }

    footer div{
        padding-inline:5px;

    }

}


@media only screen and (max-width:306px){
    footer{
        display: block;

    }

    footer div{
        margin: 0 auto;
        width:fit-content;
    }
}
