*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.imageCont{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 600px;
    margin-left: 30px;
    
} 
.gameContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color:white;
    height: 710px;
    width: 1530px;
}
.image{
    display: flex;
    justify-content: center;
    align-items: center;
    height:200px ;
    width: 600px;
    margin-top: 100px;
    margin-left: 100px;
}
.play{
    height: 50px;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 70px;
}
p{
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: brown;
}
p1{
    font-size: 21px;
    color:black;
    align-items: center;

}
p:hover{
    color: aqua;
    font-size: 50px;
}
button{
    font-size: 50px;
    color: green;
    align-items: center;
    border-radius: 8px;
    height: 70px;
    width: 150px;
}
button:hover{
    background-color: gray;
}
#imP1{
    height: 200px;
    width: 200px;
    transform: rotate(-90deg);
}
#imR1{
    height: 200px;
    transform: rotate(90deg);
    width: 200px;
}
#P1{
    height: 100px;
    width: 100px;
    margin-right: 20px;
}
#R1{
    height: 100px;
    width: 100px;
    margin-right: 20px;
    
}
#S1{
    height: 100px;
    width: 100px;
    margin-right: 20px;
}