/**************************************/
/********* CSS FOR ALL SITES **********/
/**************************************/
@font-face {
    font-family: 'Abel';
    font-style: normal;
    font-weight: 400;
    src: local('Abel Regular'), local('Abel-Regular'),
    url('../fonts/abel-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/abel-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/abel-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/abel-v10-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
    font-display: auto;
}


body {
  font-family: 'Century Gothic','CenturyGothic','AppleGothic','sans-serif';
font-display: auto;
}

.containerHead {
    width: 75%;
    margin-left:auto;
    margin-right:auto;
}

.containerFooter {
    display: flex;
    width: 75%;
    margin-left:auto;
    margin-right:auto;
    opacity: 0.9;
}
