#squarecorrectButton{
    padding: 10vh;
    background-color: yellow;
    position: relative;
left: 10px;
top: 50px;

}
#squarewrongButton1{
    background-color: blue;
    width: 15vw;
    height: 10vh;
    position: relative;
left: 10px;
top: 250px;
}
#squarewrongButton2{
    background-color: green;
    width: 15vw;
    height: 10vh;
    position: relative;
    left: 10px;
    top: 100px;
}
#squarewrongButton3{
    background-color: orange;
    width: 20vw;
    height: 23vw;
    position: relative;
    left: 200px;
    top: 300px;
}
main{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
h1{
    text-align: center;
}