p {
    font-family: Arial;
    color:white;
}

h1 {
    font-family: Georgia, serif;
    color:white;
}

h2 {
    font-family: 'Gill Sans MT',sans-serif;
    color:white;
}

/* The border should stop at the end of the text*/
.past {
    padding: 5px;
    margin: 5px;
    border: 5px;
    border-color: orange;
}

/* The border should stop at the end of the text*/
#present {
    padding: 5px;
    margin: 5px;
    border: 5px;
    border-color: rgb(0, 110, 141);
}

/* The border should stop at the end of the text*/
.future {
    padding: 5px;
    margin: 5px;
    border: 5px;
    border-color: rgb(187, 15, 15);
}