@font-face {
    font-family: 'iceberg';
    src: url('../fonts/Iceberg-Regular.ttf');
}

@font-face{
    font-family: 'k2d';
    src: url('../fonts/K2D-Regular.ttf');
}

body{
    height: 100%;
    margin: 0px;
    background-image: url('../images/background-profiel.png');
    background-size:cover;
}

.top-nav{
    display: flex;
    color: white;
    height: 100px;
    width: 100%;
    margin-top: 50px;
    justify-content: space-around;
    font-size: 300%;
    font-family: 'iceberg';
}


.button{
    display: flex;
    background-color: #454545;
    color: white;
    border: 2px solid white;
    height: 96px;
    border-radius: 10px;
    width: 400px;
    justify-content: space-evenly;
    align-items: center;
    text-decoration:none;
}

.intro{
    display:flex;
    background-color: rgba(0, 0, 0, .05);
    color:white;
    font-size: 300%;
    font-family: 'k2d';
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    justify-content: center;
    width: 1125px;
    margin-left: 370px;
}

.hobbies{
    display:flex;
    flex-direction: column;
    height: 100%;
    gap: 100px;
}

.titel{
    color: white;
    font-size: 150%;
    font-family: 'iceberg';
    font-weight: bold;
}

.tekst{
    color:white;
    font-size: 200%;
    font-family: 'k2d';
    width: 600px;
    background-color: rgba(0, 0, 0, .05);
}

img{
    border:3px solid white;
    border-radius: 10px;
}

.gaming{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.anime{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.image-anime{
    display: flex;
    flex-direction: column;
}

.image-anime img:nth-child(1){
    border-radius: 10px 10px 0px 0px;
}

.image-anime img:nth-child(2){
    border-radius: 0px 0px 10px 10px;
}

.muziek{
    display: flex;
    justify-content: center;
    gap: 20px;
}


.socials{
    display: flex;
    padding-bottom: 50px;
    color:white;
    height: 100px;
    width: 100%;
    margin-top: 50px;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 300%;
    font-family: 'iceberg';
}

.socials .button{
    width: 340px;
}

.button:hover{
    background-color:#2e2e2e ;
}

.button[target="current"]{
    background-color: #F4733E;
    color: black;
}

.socials img{
    border: none;
}