
@font-face {
    font-family: 'Century Gothic';
    src: url('./fonts/gothic.ttf') format('truetype');
    }

body {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
}

div {
    text-align: center;
    margin-top: 50px;
}