h1 {
    font-size: 9vw;
    text-align: center;
    font-family: 'Alata', sans-serif;
}

p {
    font-size: 4vw;
    text-align: center;
    font-family: 'Alef', sans-serif;
}

body {
    background-color: #10a3c8;
    padding: 5%;
}