﻿* {
    font-family: "Century Gothic";
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

body{
    background-color: rgb(37, 37, 37);
    color: white;
}

p {
    cursor: default;
}

#mainGrid {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}



@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/GOTHIC.tff') format('trutype');
}