* {
    margin: 0;
    padding: 0;
}
body {
    min-height: 100vh;
    overflow-x: hidden;
    font-family: serif;
}
section {
    /*padding: 10px 30px 30px;*/
    /*margin: 0 20px;*/
    padding: 0 30px 0px;
    margin: 0 20px 0;
}
h1 {
    font-size: 2.3em;
    /*margin-bottom: 10px;*/
}
h2 {
    /*margin-bottom: 5px;*/
    font-size: 2.3em;
    margin: 0 0 10px;
    text-align: center;
}
p {
    font-size: 1.1em;
}
a {
    color: #66f;
    text-decoration: none;
    transition: color 0.2s, text-shadow 0.2s;
}
a:visited {
    color: #a0f;
}
a:hover {
    color: #78f;
    /*text-shadow: #68f 0 0 1em;*/
}

.description {
    font-size: 1.4em;
    text-align: center;
    margin: 1em auto;
    width: 90%;
}