@font-face {
    font-family: 'nes';
    src: url('nes.otf') format('opentype');
}

@font-face {
    font-family: 'dos';
    src: url('dos.otf') format('opentype');
}

img {
    display: block;
    margin: auto;
    width: 40%;
}

body {
    background-image: url("1000004975.png");
    color: white;
    font-family: 'nes';
    text-align: center;
}

h1 {
    text-align: center;
    margin-top: 40px;
}

a {
    color: white;
}

p {
    font-family: 'dos';
    font-size: 18px;
    margin-left: 50px;
    margin-right: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
}

span {
    font-family: 'nes';
    font-size: 18px;
}