* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', sans-serif;
    background-color: #f5f5f5;
}

h1 h2 h3 h4 h5 h6 {
    font-family: Arial, Helvetica, sans-serif;
}

li {
    list-style-type: none;
}


.gp_link {
    color: #8B0000;
    text-decoration: none;
}

.gp_button {
    background-color: #0048BA;
    border-radius: 5px;
    border: none;
    color: #f5f5f5;
    padding: 10px 20px;
}


/***** Header *****/

.navbar {
    background-color: #1e1e1e;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.gp_nav_logo {
    width: 100px;
    height: 100px;
    margin-left: 10px;
}


/***** Footer *****/

.footer {
    background-color: #1e1e1e;
    font-size: 16px;
    color: #f5f5f5;
}

