@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Orbitron/static/Orbitron-Regular.ttf") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Dynalight';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/Dynalight/Dynalight-Regular.ttf") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background-color: rgb(0, 0, 0);
    padding: 3rem 3rem 0;
    margin: 0;
    font-family: Orbitron, serif;
    position: relative;
}

ul {
    list-style: none;
}

.cursive-text {
    font-family: Dynalight, sans-serif;
    font-size: 1.5rem;
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: space-between;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.title {
    color: rgb(253, 213, 63);
    text-align: center;
    font-size: 7rem;



}

.logo {
    width: 100px;
    align-self: center;
}

.logoDesign {
    font-family: dynalight;
    padding-left: 1rem;
}

.button:hover {
    background-color: rgb(251, 146, 146);
}

.button:active {
    color: rgb(241, 248, 246);
}



.center-content {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 6rem;
}



.welcome {
    color: white;
}

.modell {
    color: rgb(253, 213, 63)
}

.default-button {
    border-radius: 10px;
    font-size: 2rem;
    font-family: orbitron, sans-serif;
    font-style: italic;
    font-weight: bold;
    padding: 1rem 1rem;
    line-height: 1;
    border: solid 5px rgb(220, 44, 1);
    color: rgb(253, 213, 63);
    text-decoration: none;

}

.car-sizing {
    max-width: 100%;
}

.checkbox {
    border-radius: 100%;
    line-height: 1;
    border: 4px solid rgb(220, 44, 1);
    text-decoration: none;
    border-spacing: 2px;
}

.button:hover {
    background-color: rgba(220, 44, 1, .5);
}



.special-checkbox {
    border-radius: 100%;
    line-height: 1;
    border: 4px solid;
    border-color: rgb(220, 44, 1);
    text-decoration: none;
    border-spacing: 2px;
}

.special-checkbox:hover .hover-text {
    opacity: 1;
   
}

.special-checkbox:active {
    background-color: white;
    ;
}

.hover-text {
    display: inline-flex;
    opacity: 0;
    transition: opacity 0.5s ease ;
     color: white;
     background-color: black;
     border: 1px solid white;
     padding: .5rem;
     width: 300px;
     transform: translate(-50%,-130%);

}

.finish-image {
    width: 500px;
}

.sidetoside {
    display: flex;
}

.center-button {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.select-button {
    display: block;
    height: 2rem;
    width: 2rem;
}

.brand {
    display: flex;
    color: rgb(253, 213, 63);
    align-items: center;
    margin-bottom: 5rem;
    justify-content: center;

}

.brand-picture {
    width: 5rem;

}

.finish-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

p {
    color: white;
}

.button-yes-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    border-radius: 1rem;
    font-size: 2rem;
    font-family: sans-serif;
    font-weight: bold;
    padding: 1rem 1rem;
    line-height: 1;
    background-color: rgb(220, 44, 1);
    color: rgb(253, 213, 63);
    text-decoration: none;
}

.vote-align {
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.choose-image {

    width: 400px;
}


.choose-center {

    display: flex;
    align-self: center;
    align-items: center;
    gap: 6rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;


}

.footer {
    display: flex;
    gap: 1rem;

}

.footer a {
    color: rgb(253, 213, 63);
    font-size: .75rem;
}



.main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.center-text {
text-align: center;

}

.text-area-small {
width: 30rem;
height: 2rem;
margin-bottom: 2rem;
border-radius: 1rem;
padding: 10px;
font-family: inherit;
}

.text-area-big {
    width: 30rem;
    height: 20rem;
    margin-bottom: 3rem;
    border-radius: 1rem;
    padding: 10px;
    font-family: inherit;
}

.absenden {
    margin-bottom: 1rem;
    background-color: black;
}

form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.drop {
    margin-bottom: 10rem;
}

h2 {
    color: rgb(253, 213, 63);
    margin-bottom: 2rem;
}