@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&family=Montserrat:wght@400;700&display=swap');
* {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

body {
    max-height: 1200px;
    max-width: 1920px;
    background-color: #beb6a9;
    margin: 0;
}

a:visited {
    text-decoration: none;
    background: transparent;
}

a:active {
    text-decoration: none;
    background: transparent;
}

a {
    text-decoration: none;
    color: #825538;
}

.homebutton-container {
    box-sizing: content-box;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: #363636;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    align-items: center;
    text-align: center;
}

.homebutton-link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    justify-self: center;
    display: contents;
}

.homebutton-link img {
    width: 60px;
    justify-self: center;
}

.backbutton {
    box-sizing: border-box;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: #363636;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    align-items: center;
    text-align: center;
}

.backbutton a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    justify-self: center;
    display: contents;
}

.backbutton img {
    width: 60px;
    justify-self: center;
}

.response-container {
    display: grid;
    justify-items: center;
    margin-top: 4rem;
}

.logo {
    height: 120px;
    justify-self: center;
    align-self: center;
    text-align: center;
    margin-top: 1rem;
}

.grid-container {
    display: grid;
}

.language-box-active {
    box-sizing: border-box;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: #363636;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    align-items: center;
    text-align: center;
    border: solid 6px #825538;
}

.language-box-inactive {
    box-sizing: border-box;
    position: fixed;
    top: 140px;
    right: 20px;
    width: 100px;
    height: 100px;
    background: #363636;
    border-radius: 20px;
    padding: 20px;
    display: grid;
    align-items: center;
    text-align: center;
    border: none;
}

.language-box-active a {
    color: #fff;
    text-decoration: none;
    font-size: 1.7rem;
    line-height: 20px;
    justify-self: center;
    display: contents;
	font-weight: 700;
}

.language-box-inactive a {
    color: rgb(243, 243, 243);
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 20px;
    justify-self: center;
    display: contents;
	font-weight: 700;
}

.big-container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 2fr 1fr;
    grid-template-rows: 250px auto 150px;
}

.boxheader {
    display: grid;
    grid-column: 2 / span 3;
    grid-row: 1/ span 1;
}

.center-box h1 {
    font-size: 2rem;
    padding: 5px;
    justify-self: center;
    align-self: center;
    color: #fff;
    font-family: 'Allerta Stencil', sans-serif;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.center-box h3 {
    font-size: 1.5rem;
    padding: 5px;
    justify-self: center;
    align-self: center;
    color: #fff;
    font-weight: 400;
    margin: 15px 0 0 0;
}

.box1 {
    display: grid;
    grid-column: 2 / span 1;
    grid-row: 2/ span 1;
    padding: 20px;
    align-self: center;
}

.box2 {
    display: grid;
    grid-column: 3 / span 1;
    grid-row: 2/ span 1;
    padding: 20px;
    align-self: center;
}

.box3 {
    display: grid;
    grid-column: 4 / span 1;
    grid-row: 2/ span 1;
    padding: 20px;
    align-self: center;
}

.box-inner {
    display: grid;
    grid-template-rows: 1.5fr 1fr;
    border: solid 3px #82553840;
    border-radius: 20px;
    justify-content: center;
}

.box-inner img {
    justify-self: center;
    padding: 30px;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 20px;
    margin: 20px 0 0 0;
    background: #82552840;
}

.box-inner h1 {
    font-size: 40px;
    padding: 5px;
    justify-self: center;
    align-self: center;
    color: #fff;
    font-family: 'Allerta Stencil', sans-serif;
    font-weight: 400;
}

.center-box {
    display: grid;
    grid-column: 2 / span 3;
    grid-row: 2/ span 1;
    padding: 10px;
    justify-content: center;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.boxfooter {
    display: grid;
    grid-column: 2 / span 3;
    grid-row: 3/ span 1;
    text-align: center;
}

.boxfooter h3 {
    font-size: 35px;
    padding: 10px;
    justify-self: center;
    align-self: center;
    color: #fff;
    font-family: 'Allerta Stencil', sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}

form {
    display: grid;
}

.label-input-container {
    border-radius: 0;
    padding: 1rem;
    background: #82553840
}

label {
    text-align: center;
    justify-self: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
}

.input-box {
    text-align: center;
    font-size: 1.75rem;
    width: 400px;
    border-radius: 10px;
    line-height: 3rem;
    background: #fff;
    border-color: transparent;
    color: #825538;
    display: block;
    justify-self: center;
    height: 70px;
}

.submit-button {
    border: solid 2px #825538;
    color: #825538;
    font-size: 1.75rem;
    margin: 1rem;
    width: 400px;
    border-radius: 10px;
    line-height: 3rem;
    background: #beb6a9;
    cursor: pointer;
    display: block;
    justify-self: center;
    height: 90px;
}

.fontsize_1_2 {
    font-size: 1.2rem;
}

.waiting-box {
    Background: #beb6a9;
    color: #fff;
    display: none;
    font-family: 'Allerta Stencil', sans-serif;
    position: fixed;
    height: 600px;
    width: 700px;
    text-align: center;
    justify-self: center;
    align-self: center;
    border: solid 3px #825538;
    border-radius: 2rem;
    font-weight: 400;
    font-size: 130%;
}

.waiting-box img,
.waiting-box h3 {
    margin-top: 2rem;
    text-align: center;
    justify-self: center;
    align-self: center;
}