@font-face {
    font-family: "FantaPop";
    src: url('./assets/FantaPop-Condensed.ttf');
}

* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'FantaPop', sans-serif;
}

html {
    height: 100%;
}

body {
    font-size: 14px;
    height: 100%;
    margin: 0;
    background-color: black;
}

.wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container {
    resize: both;
    position: relative;
}