html, body {
    height: 100%;
}

body {
    display: flex;
    align-content: space-around;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#35c2d9, #333);
    color: white;
}

div {
    text-align: center;
}

.heading {
    font-size: 5em;
    margin: 0.5em;
}

.subheading {
    font-size: 3.5em;
    margin: 0.5em;
}
.contact {
    font-size: 2em;
    margin: 0em;
}

a {
    color: white;
    text-decoration: none;
}
a:hover {
    color: lightgreen;
    text-decoration: underline;
}
