@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap');
body {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background-color: rgb(26, 26, 26);
    margin: 0;
    padding: 0;
}

#wrapper {
    border: 0px solid #000;
    width: 90%;
    margin: auto;
    height: 153px;
    font-family: 'Montserrat', sans-serif;
}

.middlecenter {
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.textalignleft {
    text-align: left;
    vertical-align: auto;
    text-indent: 20px;
}

.infoheader {
    font-weight: bold
}

.innerbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.textdropshadow {
    text-shadow: 2px 2px 4px #000000;
}

.nomargin {
    margin: 0;
}

.startzerofont {
    font-size: 0%
}

input[type=number],
select {
    width: 100%;
    padding: 6px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid rgba(204, 204, 204, 0.541);
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.startgamebutton {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 7px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.startgamebutton:hover {
    background-color: #45a049;
    font-family: 'Montserrat', sans-serif;
}

.LightmainMenuBox1 {
    background-color: #3b3b3b9a;
    transform: translate(20%, 5%);
    border-radius: 20px;
    color: rgb(0, 0, 0);
    padding: 40px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: Normal;
    animation: fadeInAnimation;
    animation-duration: 1s;
    border: none;
    height: 500px;
    width: 300px;
    position: absolute;
}

.mainMenuBox1 {
    background-color: #3b3b3b9a;
    transform: translate(20%, 5%);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    padding: 20px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: Normal;
    animation: fadeInAnimation;
    animation-duration: 1s;
    border: none;
    height: 540px;
    width: 300px;
    position: absolute;
}

.LightmainMenuBox2 {
    background-color: #3b3b3b9a;
    transform: translate(140%, 5%);
    border-radius: 20px;
    color: rgb(0, 0, 0);
    padding: 40px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: Normal;
    animation: fadeInAnimation;
    animation-duration: 1s;
    border: none;
    height: 500px;
    width: 300px;
    position: absolute;
}

.mainMenuBox2 {
    background-color: #3b3b3b9a;
    transform: translate(140%, 5%);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    padding: 40px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: Normal;
    animation: fadeInAnimation;
    animation-duration: 1s;
    border: none;
    height: 500px;
    width: 300px;
    position: absolute;
}

.timerslidebox {
    background-color: #3b3b3b9a;
    transform: translate(20%, 50%);
    border-radius: 20px;
    color: rgb(255, 255, 255);
    padding: 20px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: Normal;
    animation: fadeInAnimation;
    animation-duration: 1s;
    border: none;
    height: 25px;
    width: 90px;
    position: absolute;
}