@font-face {
    font-family: Press;
    src: url(Fonts/PressStart2P-Regular.ttf);
}

@font-face {
    font-family: Bubbly;
    src: url('Fonts/Bubbly-Regular.otf');
}

@font-face {
    font-family: TheBubbly;
    src: url(Fonts/KBPopTheBubbly.ttf);
}

@font-face {
    font-family: Nasi;
    src: url(Fonts/Nasi_Goreng_DEMO.ttf);
}

.header {
    border: #333 solid 2px;
    font-family: Press;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 5%;
}