body {
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    background-color: green;
    font-size: 22px;
    color: white;
    font-weight: bold;
}

h1 {
    color: goldenrod;
}

#message {
    font-style: italic;
}

button {
    color: #016f32;
    width: 150px;
    background: goldenrod;
    border: none;
    padding: 1rem;
    cursor: pointer;
    
}