body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif, sans-serif;
    background-image:url("green.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    color:white;
    font-weight: bold;
    text-align: center;
}
h1{
    color: goldenrod;
    font-size: 60px;;
}
p{
    font-size: 30px;
}
#message{
    font-style:italic;
}
button{
    display: block;
    color: #016f32;
    background-color: goldenrod;
    width: 281px;
    height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 7px;
}
