:root {
    --background-color: #78fff1;
}
p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20;
}

body {
    background: var(--background-color);
    background: linear-gradient(to top right, white, blue);
    height: 100vh;
    width: 100vw;
}