/* colors:
BLUE: #1B99E8
RED: rgba(214, 16, 67, 1)
YELLOW: #FFE33B
*/

body {
    margin: 0px;
    font-family: "Museo Slab 300";
    color: black;
    font-size: 13px;
}

body a {
    cursor: pointer;
    color: #1B99E8;
    text-decoration: none;
}

body a:hover {
    color: rgba(214, 16, 67, 1);
}









