* {
    box-sizing:border-box;
    margin:0;
}

@font-face {
    font-family: Minecraft;
    src: url(./Minecraft.ttf);
}

body {
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    font-family:Minecraft;
    background-image:url(./fondoWeb.webp);
    background-repeat:no-repeat;
    background-size:100vw;
}

.container {
    min-width:1200px;
    max-width:1200px;
    /* border:4px solid black; */
    border-radius:20px;
    display:flex;
    align-items:center;
    flex-direction:column;
}

.formularios {
    display:flex;
    width:300px;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    gap:20px;
}

.buttons {
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    gap:20px;
}

.label_version {
    font-size:3rem;
}

.select {
    width:180px;
    height:100px;
    font-size:3rem;
    background-color:rgba(0,0,0,0);
    color:black;
    border:0;
    font-family:inherit;
    font-weight:100;
    text-align:center;
}

.select option {
    background-color:rgba(0,0,0,0);
    font-weight:lighter;
}

.bigButton{
    width:673px;
    height:63px;
    border:2px solid black;
    font-family:Minecraft
}

.button1 {
    background-image:url(./BUTON\ MINECRAFT\ Turn\ on.png);
}

.button2 {
    background-image:url(./BUTON\ MINECRAFT\ Turn\ off.png);
}

.button1:hover, .button2:hover {
    border:2px solid white;
}
