body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(250, 250, 250);
    text-align: center;
    height: 100vh;
}
#hello {
    color: chocolate;
    font-size: 3rem;
}
#link {
    font-size: 2rem;
}