* {
    box-sizing: border-box;
}

body {
    margin:0;
    padding:0;
    width:100%;
    height:auto;
    background:black;
}

@font-face {
    font-family: 'Atlas Grotesk';
    src: url('typeface/AtlasGrotesk-Regular-Web.woff2') format('woff2'),
        url('typeface/AtlasGrotesk-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.info {
    position:fixed;
    top:0;
    left:0;
    margin-top:40px;
    text-align:center;
    width:100%;
    font-family: 'Atlas Grotesk';
    font-size:20px;
    line-height:1.3em;
    color:white;
}