body{
    background-color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    margin: 0;
    align-self: center;
}
img{
    opacity: 90%;
    z-index: -99;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
}
font{
    font-size: 64px;
}
a{
    font-weight: 1000;
    text-decoration: none;
}
a:visited{
    color: none;
}
.mainbox{
    min-height: 480px;
    position: relative;
    left:50%;
    top: 96px;
    transform: translate(-50%,0%);
    z-index: 1;
}
input:hover{
    border-color: azure;
}
.copyright{
    padding: 0.6em 2em;
    box-shadow: 0 0 3px #343434a2;
    border: #00000067 solid 2px;
    border-radius: 10px;
    text-align: center;
    opacity: 80%;
    position: fixed;
    z-index: 3;
    min-height: 10px;
    background-color: #353434;
    left:50%;
    bottom: 1.5%;
    transform: translate(-50%,0%);
}
.copyright-text{
    font-size: 12px;
    color: #969696;
}
.links{
    color:#969696;
}
.links:visited{
    color: #969696;
}
.copyright-sign{
    font-size: 16px;
    font-weight: 700;
    color: #969696;
}
.copyright-link{
    font-size: 12px;
    color: #969696;
    font-weight: 600;
}
@media screen and (max-width: 1099.9px) {
    .box3{
        display: block;
        z-index: 2;
        position: relative;
        min-width: 20%;
        max-width: 70%;
        max-height: fit-content;
        top:30px;
        left:50%;
        transform: translateX(-50%);

        padding: 5px 5px 5px 5px;
        background-color: #343434;
        border: #00000067 solid 2px;
        border-radius: 16px;
        opacity: 97.5%;
        box-shadow: 0 0 3px #343434a2;
    }
    .expl{
        padding: 0.4em 0.4em;
        min-width: 96.5%;
        max-width: 128px;
        min-height: fit-content;
        display: flex;
        background-color: #171717;
        display: block;
        color: #CCCCCC;
        border: 2px solid black;
        border-radius: 7.5px;
        text-align: center;

    }
    .text{
        overflow-wrap:break-word;
        font-size: 2vh;
    }
    .box1{
        z-index: 1;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 3px #343434a2;
        opacity: 97.5%;
        align-content: center;
        padding: 1.75em 2em;
        background-color: #343434;
        min-width: fit-content;
        max-width: fit-content;
        min-height: fit-content;
        max-height: fit-content;
        border: #00000067 solid 2px;
        border-radius: 16px;
    }
    .box2{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
        z-index: 1;
        box-shadow: 0 0 3px #343434a2;
        opacity: 97.5%;
        text-align: center;
        padding: 1.75em 2em;
        background-color: #343434;
        max-width: 512px ;
        min-width: 512px;
        min-height: auto;
        border: #00000067 solid 2px;
        border-radius: 16px;
    }
    #submit{
        position: relative;
        left:50%;
        transform: translateX(-50%);
        width: 64vw;
        height: 128px;
        padding: 1em 1em;
        display: block;
        background-color: #171717;
        color: #FFFFFF;
        border-radius: 1000px;
        border: 2px solid #c0c0c0;
        font-size: 40px;
        font-weight: 1000;
    }
    #number{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 64vw;
        border:3px solid #c0c0c0;
        border-radius: 16px;
        color:#FFFFFF;
        background-color: #171717;
        display: block;
        appearance: textfield;
        text-align: center;
        font-size: 4vw;
        font-weight: 600;
    }
    .ergebnis{
        color:#FFFFFF;
        font-size: 128px;
    }
}
@media screen and (min-width: 1100px) {
    .box3{
        display: inline;
        z-index: 2;
        position: absolute;
        width: auto;
        max-width: 26vw;
        min-height: auto;
        top:15vh;
        left:24px;
    

        padding: 5px 5px 5px 5px;
        background-color: #343434;
        border: #00000067 solid 2px;
        border-radius: 16px;
        opacity: 97.5%;
        box-shadow: 0 0 3px #343434a2;
    }
    .expl{
        padding: 0.4em 0.4em;
        min-width: 48px;
        max-width: 1024px;
        flex-wrap: wrap;
        background-color: #171717;
        display: block;
        color: #999999;
        border: 2px solid black;
        border-radius: 7.5px;
    }
    .text{
        overflow-wrap: normal;
        font-size: 3vh;
    }
    .box1{
        z-index: 1;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0 0 3px #343434a2;
        opacity: 97.5%;
        align-content: center;
        padding: 1.75em 2em;
        background-color: #343434;
        min-width: 320px;
        max-width: 320px;
        min-height: 131.6px;
        border: #00000067 solid 2px;
        border-radius: 16px;
    }
    .box2{
        position: relative;
        left: 50%;
        transform: translate(-50%,0%);
        z-index: 1;
        box-shadow: 0 0 3px #343434a2;
        opacity: 97.5%;
        text-align: center;
        padding: 1.75em 2em;
        background-color: #343434;
        max-width: 256px ;
        min-width: 256px;
        min-height: auto;
        border: #00000067 solid 2px;
        border-radius: 16px;
    }
    #submit{
        width: 318px;
        padding: 0.6em 1em;
        display: block;
        background-color: #171717;
        color: #969696;
        border-radius: 1000px;
        border: 2px solid black;
        font-size: 28px;
        font-weight: 600;
    }
    #number{
        left: 50%;
        transform: translate(0%,0%);
        width: 308px;
        border:3px solid black;
        border-radius: 7.5px;
        color:#FFFFFF;
        background-color: #171717;
        display: block;
        appearance: textfield;
        text-align: center;
        font-size: 32px;
        font-weight: 1000;
        -webkit-text-stroke: 2px #000000;
    }
    .ergebnis{
        color:#FFFFFF;
        font-size: 40px;
        font-weight: 1000;
        -webkit-text-stroke: 2px #000000;
    }
}