/* Google fonts - Roboto Condensed */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}

#full {
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    padding-bottom: 25px;
}