
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    
    scroll-behavior: smooth;
    color: hsla(0, 0, 0, 0.8);

}
body {
    font-family: 'Maven Pro', sans-serif;
    padding-top: 40px;
}
.nav-bar {
    display: flex;
    justify-content: center;
    width: 100%;
    box-shadow: 0 2px 0 rgba (0, 0, 0, 0.4);
    z-index: 0;
    position: fixed;
}
a {
    text-decoration: none;
    color: hsla(0, 0%, 0%, 0.8);
}
.nav-link {
    display: inline;
    margin-right: 2rem;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(49, 48, 47);
}
.nav-link a:hover {
    text-decoration: underline;
    text-underline-offset: 7px;
    text-shadow: 0 0 1px black;
}
nav {
    list-style: none;
}
.nav-img {
    width: 25px;
    align-self: center;
    margin-right: 15px;
}
.name {
    margin-right: 200px;
    font-size: 15px;
    align-self: center;
}
.name:hover {
    color: white;
    background-color: black;
    padding: 5px;
}
.welcome-section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 100px;
    margin-top: 100px;
    height: 40vh;
}
div, h1, p {
    margin-right: 30px;
}
.about p {
    width: 300px;
    line-height: 25px;
}
h1 {
    display: block;
    font-size: 3rem;
    margin-block-start: 2em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    z-index: 1;
}
.share {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    margin-left: 100px;
    margin-top: 300px;
}
.anime {
   
}
.info {
    margin-left: 10%;
}
.info p {
    width: 300px;
    line-height: 25px;
}
.connect {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;  
}
.connect h3 {
    font-size: 30px;
}
.contact li {
    display: inline-flex;    
    margin: 50px 20px 20px 0px;
    margin-left: 50px;
}
.contact li a {
    font-size: 50px;
    color: #000;
}
.contact li a:hover {
    text-shadow: 0 0 20px black,
                0 0 40px black,
                0 0 80px black,
                0 0 100px black;
}
footer {
    margin-bottom: 11px;
    text-align: center;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    
}
