/* 
light blue #00b4ff
dark blue  #2995bf
light grey #eeeeee
dark grey  #655f5b
*/

html, body {
    background: #eeeeee;
    color: #655f5b;
    font-size: 22px;
}


a,
a:visited {
    color: #2995bf;;
    text-decoration: none;
}
a:hover, a:active {
    color: #00b4ff;
}

.wrapper {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
}


