img
{
    height: 80vh;
}
.center-container
{
    display: flex;
    flex-direction: column;
}
.center-container *
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    
}
h2
{
    font-weight: lighter;
    text-decoration: underline;
    margin: 0;
}
.reserve-button a
{ 
    background-color: #4ea28e;
    border: 5px solid #83bdaf;
    color: #ffffff;
    font-size: 1.3em;
    padding: 10px 40px;     
    text-decoration: none;  
    text-align: center;     
}
.reserve-button a:hover 
{
    background-color: #71b4a4;
    border-color: #a6d0c6
}