html {
    /* background: url(images/background-blank-empty-light-62693.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    background: #00B4DB;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

header {
    position: absolute;
    top:0;
    width: 100%;
    height: 4.5rem; 
}

p {
    color: #002b80;
}

.title {
    margin: 0;
    padding-top: 20.5%;
    margin-left: auto;
    margin-right: auto;
}

.intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

h1 {
    font-family: 'Gelasio', serif;
    font-size: 8rem;
    color:#fff;
}

#rules {
margin: 0;
font-size: 3rem;
font-weight: 400; /* This fixes iOS bug with Google Fonts wide letter spacing */
/* margin-left: 1%; */
margin-left: auto;
margin-right: auto;
}

/* article {
    display: flex;
    flex-direction: column;
    width: 900px;
} */

#menuBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    margin-top: -50px;
    -webkit-box-shadow: 1px -11px 13px -8px rgba(0,0,0,0.59);
    -moz-box-shadow: 1px -11px 13px -8px rgba(0,0,0,0.59);
    box-shadow: 1px -11px 13px -8px rgba(0,0,0,0.59);
}

button {
    color: #BEBEBE;
    font-size: 2rem;
    border: none;
    outline: none;
    background-color: white;
}

footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    background-color: white;
    position: absolute;
    bottom: 0; 
}

.menuBlock {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-top: 200px;
}