body {
    background-color: #131e33;
}

h1 {
    text-align: center;
    font-family:rubik, sans-serif;
    color:#1f2d46;
    padding: 50px;
    font-size: 310%;
    background-image: url('/assets/bluemountain.jpg');
    background-size: cover;
    background-position: center;
}

h2 {
    text-align: center;
    font-family: comic sans ms, sans-serif;
    color: aliceblue;
    margin:auto 100px auto;
    padding: 20px;
}

p {
    text-align: center;
    font-family: times new roman, sans-serif;
    color: aliceblue;
    margin:auto auto auto;
    padding: 20px;
    font-size: 113%;
}

.centerblock {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid rgb(175, 209, 238);
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(175, 209, 238);
}

ul li {
    float: left;
}

ul li a {
    display: block;
    color: #131e33;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}

ul li a:hover {
    background-color:#131e33;
    color: rgb(175, 209, 238);
}

ul li a#bob:hover {
    background-image: url('https://media.tenor.com/cH5ZZ-QGAN8AAAAe/shrek.png');
    background-size: cover;
    background-position: center;
    color: white;
}

a {
    text-decoration: none;
    color: rgb(175, 209, 238)
}