*{
    padding: 0;
    margin: 0;
}
#GameScreen{
    background: url(Textures/Pizza_Base.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1000px;
    border: black 1px solid;
    align-items: center;
}
.Hide {
    display: none;
}
#Reset{
    background-color: #00b800;
    width: 100%;
    height: 100px;
    border: none;
    border-radius: 25px;
    color: white;
    font-size: 50px;
}
canvas {
    display: block;
    border-radius: 10px;
}
#optForms{
    background-color: #1f1f1f;
    color: white;
    border-radius: 25px;
    padding: 10px;
}
#optForms input{
    position: absolute;
    margin-top: -20px;
    margin-left: 200px;
    background-color: #00b800;
    border: none;
    border-radius: 5px;
    width: 100px;
    color: white;
    padding: 2px;
}
#BackBTN{
    position: absolute;
    margin-left: 100%;
    transform: translate(-100%, 0);
    height: 50px;
    padding: 20px;
}