﻿body {
    background-color: white;
    color: black;
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 20%;
}

h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

a {
    color: black;
    text-decoration: none;
    font-size: 1.2em;
}

a:hover {
    text-decoration: underline;
}