@font-face {
  font-family: 'Courier Prime';
  src: url('../fonts/Courier-Prime.ttf') format('truetype');
}

.zone {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    margin: auto;
    text-align: center;
}

/******************************************************************************/

body {
	color: #FDDD00;
	background-color: #D4001C;

	font-size: 100px;
	text-align:center;
}

a {
    color: #FDDD00;
    text-decoration: none;
}

/******************************************************************************/

.logo {
	font-family: 'Courier Prime';
}

/******************************************************************************/

@media (min-width: 600px) {
	.zone {
		height: 240px;
		font-size: 200px;
	}
}