#main{
    
    text-align: center;
    padding-top: 100px;
    display: flex;
    flex-direction: column;


}

#time{
        width: 100px;
        height: 100px;
        font-size: 90px;
        background-color: white;
        align-self: center;
        margin-top: 50px;
        padding: 15px;
        border-radius: 10px;
        border: 4px solid black;

}

#option{
width: 200px;
height: 200px;

align-self: center;



}

#group-buttons{
    
    padding-top: 40px;



}

#option-image{
    width: 200px;



}


.left-button{
    background-color: red;
margin-right: 2px;
margin-left: 2px;
width: 95px;
height: 95px;
cursor: pointer;



}

.right-button{
    background-color: greenyellow;
    margin-right: 2px;
    margin-left: 2px;
    width: 95px;
    height: 95px;
    
    
    cursor: pointer;
    }
    



#instructions{
        background-color: orange;
        position: absolute;
        top: 5px;
        left: 5px;
        padding: 5px;
        width: 100px;
        text-align: left;
        border-radius: 4px;
        cursor: pointer;


}

#play{


background-color: orange;
          position: absolute;
        top: 40px;
        left: 5px;
        width: 100px;
        padding: 5px;
        text-align: left;
        border-radius: 4px;
        cursor: pointer;

}  



#score{


    background-color: orange;
    position: absolute;
  top: -10px;
  right: 5px;
  padding: 10px;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;



}

body{
        background-color: #F8C9B7;
        font-family: Arial;



}