html, body {
    width: 100%;
    height: 100%;
    font-family: RobotoMono;
}

body {
    color: #FFFFFF;
    background-color: #00205F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0px;
}
  
.title {
    font-size: 6rem;
    display: inline-block;
    font-family: RobotoSlab;
}

@font-face {
	font-family: RobotoSlab;
	src: local(RobotoSlab), url(/fonts/RobotoSlab.ttf) format('truetype');
}

@font-face {
	font-family: RobotoMono;
	src: local(RobotoMono), url("/fonts/RobotoMono.ttf") format('truetype');
}