
@font-face {
    font-family: 'PressStart2P';
    src: url('../fonts/PressStart2P/PressStart2P-Regular.ttf');
}


* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border-width: 0px;
    box-sizing: border-box;
    list-style-type: none;
}

body {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fb6e2e;
}

