body {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(0,0,93,1) 41%, rgba(9,103,122,1) 100%);
    font-family: verdana;
}

h1 {
    color: white;
    text-align: center;
    font-size: 6vw;
}

p {
    color: white;
    text-align: center;
    font-size: 4vw;
}

a {
    color: white;
    text-align: center;
    font-size: 3vw;
}
