*{
    padding: 0;
    margin: 0;
}
body{
    background-color: #151527;
}
#cover{
    display: flex;
    justify-content: center;
}

#cover img{
    height: 250px;
    width: 730px;
    object-fit: cover;
    object-position: 50% 15%;
    border: 1px solid #6f6fad;
    margin: 10px;
}

.flex-container{
    display: flex;
    justify-content: center;
}

.link-container{
    /* border: 4px solid red; */
    margin: 63px;
}

form{
    display: flex;
    justify-content: center;
    margin: 20px;
}

input{
    background-color: unset;
    text-align: center;
    color:#ecf0c1;
    font: 1rem 'Nunito Sans', sans-serif;
    font-weight: 300;
    width: 40%;
    border-bottom-color: #8181b6;
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden;
    outline: 0;
}


.header-primary{
    margin-bottom: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    color: #f9c74f;
}
#dev-box{
    color: #ef476f;
}

#social-box{
    color: #1aebb4;
}

#anime-box{
    color:#f8961e;
}

#misc-box{
    color: #9a49af;
}
ul{
    list-style: none;
   
}

a{
    text-decoration: none;
    font-size: 1.3rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #ecf0c1;
   
}
a:hover{
    color: #6b9fac;
}



