*{
    padding: 0;
    margin: 0;
}
.navbar{
    background-color: #62bfb678;
    position: absolute;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: end;

}
.navbar a{
    margin-right: 20px;
    background-color: blue;
    padding: 15px;
    color: white;
}

.hero{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://spaces-cdn.owlstown.com/blobs/tcxu4hhjjzwkcbjeo6ql9p5inlvl');
    height: 100vh;
}
a{
    text-decoration: none;
    color: black;
}
.intro{
    text-align: center;
}
.intro img{
    border-radius: 50%;
    border: 5px solid white;
}
.intro h1{
    color: white;
    font-size: 44px;
    font-family: math;
}
.intro h2{
    color: white;
    font-size: 28px;
    font-family: math;
}
.social-media{
    /* background-color: white; */
    margin-top: 20px;
    margin-bottom: 20px;
}
i{
    font-size: 30px;
   background-color: white;
   padding: 6px;
   border-radius: 29%;
   margin-left: 6px;
   margin-right: 6px;
}
@media screen and (max-width:500px){
    .intro img{
        width: 48%;
    }
    .intro h1{
        font-size: 30px;
    }
    .intro h2{
        font-size: 22px;
    }
}

