h1{
    color: goldenrod;
}

body{
    background-color: green;
    text-align: center;
    min-height: 100vh;
    font-weight: bold;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif

}

button{
    border-style: none;
    outline: none;
    padding: 10px;
    font-weight:bold;
    width: 200px;
    cursor: pointer;
    background-color: goldenrod;
    color:#016f32;
    margin-bottom: 5px;
    text-transform: uppercase;
    gap: 6000px;
}

#message-el{
    font-style: italic;
}

