a {
    color: rgb(39,170,201);
}
h3 a::before {
    content: 'Monday | ';
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(0,0,0);
}
main .body button {
    border: solid 1px rgb(39,170,201);
    color: rgb(39,170,201);
}
