html {
    height: 100%;
}
body {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana;
    min-height: 100%;
    background-color: #99def2;
}

.title {
    text-align: center;
    color: #3c7182;
}
.description {
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
}
nav {
    text-align: center;
    padding-top: 15px;
}
nav a {
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
    border: 2px solid #c3c320;
    border-radius: 8px;
    padding: 5px;
    background-color: #f6ffc5;
}
nav a:hover {
    background-color: #d2de8e;
}
section {
    margin: 20px;
}
.icon {
    float: left;
    margin-right: 20px;
}

/*footer {
    width: 100%;
    bottom: 0;
    position: fixed;
}*/
