
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.header-container{
    width: 100%;
    margin: 0;
}

.header-img img{
    width: 100%;
     height: auto;
}

.underheader-container{
    width: 70%;
    margin: 0 auto;
    text-align: left;
}

.header-text{
    font-family: DotGothic16, sans-serif;
}

.header-text h1{
    margin-top: 0.5em;
    font-weight: 600;
    font-size: 2em;
}

.header-text h2{
    font-weight: 200;
    font-size: 1.5em;
}

.header-404 {
    width: 100%;
    text-align: center;
}

.header-404-text {
    font-family: DotGothic16, sans-serif;
    margin-top: 25em;
}

.header-404-text h1{
     font-weight: 800;
    font-size: 10em;
}


.button-container{
    width: 100%;
    height: 10em;
    display: flex;
    justify-content: center;
    gap: 2em;
    margin: 0 auto;
}

.button-container-small{
    width: 40%;
    height: 3em;
    display: flex;
    justify-content: center;
    gap: 2em;
    margin: 0 auto;
}

.button{
    flex: 1;
    display: flex;
    height: 100%;
    background-color: black;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.button h1{
    font-family: DotGothic16, sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    color: white;
    text-align: center;
}

.button:hover{
    background-color: rgb(76, 230, 30);
}

.button:hover h1{
    color:black;
}
