h1 {
    color: black;
    font-size: 5vw;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    margin-top: 250px;
}
p {
    color: black;
    font-size: 1vw;
    font-weight: bold;
    text-align: center;
}
body{
    background-image: url("/img/backgroundwhite.jpg");
}