/* Linked to every html file in the project */

*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}