* {
    box-sizing: border-box;
}

body {
    font-family: 'GFS Didot', serif;
}

.container-fluid {
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.p-4 {
    color: #067BC2;
}


a,
a:hover,
a:active {
    color: black;
    text-decoration: none;
}

ul {
    list-style: none;
}



footer {
    padding: 2rem;
    background-color: #067BC2;
    color: white;
    min-height: 5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

footer a {
    color: white;
}

footer a:hover,
footer a:active {
    color: white;
    transform: scale(1.2);
}

footer i {
    font-size: 3rem;
    margin-right: 1rem;
}

.contact,
.socials {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 1.5rem;
}

.contact a,
.socials a {
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
}

footer .contact i {
    font-size: 1.5rem;
}

a {
    text-decoration: none;
    color: #067BC2;
}

a:hover,
a:active {
    text-decoration: none;
    color: #067BC2;
}

ol, ul {
    padding: 0;
}
