@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
*{
    margin: 0;
    padding: 0;
}
#navimg{
    height: 50px;
    width: 50px;
    border-radius: 30%;
}
#fimg1{
    margin-top: 3%;
}
#img1{
    height: 100%;
    width: 100%;
    border-radius: 10%;
}
#gifdoit{
    padding: 0;
    width: 65%;
    height: 5%;
}
.fontcss1{
    font-family: 'Roboto Mono', monospace;
}
.fontcss2{
    font-family: 'Dancing Script', cursive;
}
#imgfpo,#imgfpo1{
    height: 90%;
    width: 90%;
    border: 2px solid black;
    border-radius: 5%;
}
/*#imgfpo1{
    height: 90%;
    width: 90%;
    border: 2px solid black;
    border-radius: 5%;
}*/
#researchgif{
    height: 5%;
    width: 5%;
    border-radius: 80%;
}
#hresch{
    padding-left: 1%;
}
#folupreschgif{
    padding: 0;
    width: 100%;
}
#hmmgif{
    width: 100%;
    height: 400px;
    border-radius: 20%;
}
#subhead{
    margin-left: 2%;
}
#wowgif{
    height: 400px;
    width: 85%;
    border-top-left-radius: 5%;
    border-top-right-radius: 5%;
}
#confusegirlgif{
    height: 400px;
    width: 85%;
}
#ohhgif{
    width: 85%;
    height: 400px;
    border: 2px solid black;
    border-top-left-radius: 5%;
    border-bottom-right-radius: 5%;
}
#thankgif{
    width: 85%;
    height: 400px;
    border: 2px solid black;
    border-radius: 5%;
}
footer{
    background-color: lightgray;
    height: 5vh;
}
#linkedin{
    
    padding: 3%;
    font-size: 35px;
    color: #222;
    background-color: azure;
    transition: fill 170ms ease-in-out;
}
#linkedin:hover{
    color: azure;
    background-color: #222;
    border-radius: 30%;
    transition: fill 170ms ease-in-out;
}
#instagram{
    padding: 3%;
    font-size: 35px;
    color: rgb(234, 54, 186);
    background-color: azure;
    transition: fill 170ms ease-in-out;
}
#instagram:hover{
    color: azure;
    background-color: rgb(234, 54, 186);
    border-radius: 30%;
    transition: fill 170ms ease-in-out;
}
#btn{
    color: #29bdb0;
    background-color: azure;
    border: 2px solid transparent;
    transition: 0.1s background-color linear, 0.1s color linear;
    font-family: europa;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    border-color: #29bdb0;
}
#btn:hover{
    color: #fff;
    background-color: #29bdb0;
    border: none;
}
#btnlink{
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    cursor: pointer;
    color: #29bdb0;
    text-decoration: none;
    appearance: none;
    line-height: normal;
}
#btnlink:hover{
    color: azure;
    outline: 0;
    opacity: 1;
    transition: 0.1s background-color linear, 0.1s color linear;
}
