body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
    background-image: url("pexels-eberhard-grossgasteiger-1612353.jpg");
    background-size: cover;
    font-weight: bold;
    color: white;
    text-align: center;
    background-color: #016f32;
}
div {
    background: linear-gradient(143deg , #0303034c , rgba(27, 27, 27, 0.151) );
    box-shadow: 0px 2px 180px #e4b80d75;
    border-radius: 50px;
    width: 50vw;
    height: 380px;
    text-align: center;
    margin-left: 25vw;
    margin-right: 25vw;
    margin-top: 25vh;
    margin-bottom: 25vh;;
}
h1 {
    color: goldenrod;
}

#message-el {
    font-style: italic;
}

button {
    color: #016f32;
    width: 75%;
    background: goldenrod;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    border: none;
    border-radius: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}