body{
    margin: 0;
    padding: 0;
    background: url(bg.jpg) no-repeat;
    background-size: auto;
}
.box{
    width: 450px;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    text-align: center;
    margin: auto;
    margin-top: 5%;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 2%;
}
.box-img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
}
.box h1{
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: 100;
}
.box h5{
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 100;
}
.box p{
    text-align: justify;
}
ul{
    margin: 0;
    padding: 0;
}
.discord-icon{
    display: inline-block;
    margin: 6px;
    list-style: none;
}
.discord-icon a{
    color: white;
    text-decoration: none;
    font-size: 50px;
    transition: all ease-in-out 250ms;
}
.discord-icon a:hover{
    color: #5865F2;
    text-shadow: 0px 0px 2px #5865F2;
}
.github-icon{
    display: inline-block;
    margin: 6px;
    list-style: none;
}
.github-icon a{
    color: white;
    text-decoration: none;
    font-size: 50px;
    transition: all ease-in-out 250ms;
}
.github-icon a:hover{
    color: #171515;
    text-shadow: 0px 0px 2px #5d5555;
    
}
.youtube-icon{
    display: inline-block;
    margin: 6px;
    list-style: none;
}
.youtube-icon a{
    color: white;
    text-decoration: none;
    font-size: 50px;
    transition: all ease-in-out 250ms;
}
.youtube-icon a:hover{
    color: #FF0000;
    text-shadow: 0px 0px 2px #FF0000;
}
.box_spotify{
    height: 10px;
    width: 400px;
    background: rgba(0, 0, 0, 0.4);
    padding: 40px;
    text-align: center;
    margin: auto;
    margin-top: 3px;
    color: white;
    font-family: 'Century Gothic', sans-serif;
    border-radius: 12px;
}
.spotify-box{
    width: 470px;
    margin: -35px;
    margin-top: -35px;
}
footer {
    height: 10px;
    width: 400px;
    padding: 40px;
    text-align: center;
    margin: auto;
    margin-top: -4px;
    color: rgba(255, 255, 255, 0.103);
    font-family: 'Century Gothic', sans-serif;
}
