main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem;
    gap: 3rem;
}

img{
    max-width: 50%;
}

button{
    border: none;
    width: 10%;
    height: 3rem;
    font-size: 1rem;
}

#red-button{
background-color:red;
border: none;
}

#blue-button{
background-color:blue;
color: white;
}

#instructions{
    display: none;
}