body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Times New Roman", Times, serif;
    background: url('img_rrn-bcg.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    text-align: center;
    color: white;
}

h1 {
    font-size: 7vw;
    margin: 0;
}

p {
    font-size: 1.5vw;
    margin: 0;
    font-family: "Calibri", Arial, sans-serif;
	color: rgba(255, 255, 255, 0.8);
}
