@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-home.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;
    border-radius: 10px;
    width: 400px;
    justify-content: center;
    align-items: center;
    text-decoration:none;
}

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

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

.container{
    display: flex;
    margin-top: 150px;
    justify-content: space-around;
}

.container img{
    border: 2px solid white;
    border-radius: 10px;
    width: 750px;
}

.links div:nth-child(2){
    margin-left: 230px;
    color: white;
    font-family: 'k2d';
    font-size: 200%;
    width: 300px;
}

.links div:nth-child(3){
    margin-left: 280px;
    color: white;
    font-family: 'k2d';
    font-size: 200%;
    width: 300px;
    margin-bottom: 100px;
}

.rechts p{
    margin-top: 200px;
    color: white;
    font-family: 'k2d';
    font-size: 250%;
    width: 500px;
    text-align:center;
}

.container .button{
    margin-left: 170px;
    height: 75px;
    width: 150px;
    font-family: 'iceberg';
    font-size: 200%;
}