@font-face {
    font-family: 'super_crownregular';
    src: url('super_crown-webfont.woff2') format('woff2'),
         url('super_crown-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.topScreen {
    font-family: 'super_crownregular';
    background-image: url ("pink-grid.png");
    width: 100%;
    height: 50%;
}

body, html{
    background-color: black;
    
}
