* {}

body {
    background: #ecf0f1;
    color: #2c3e50;
    font-family: sans-serif;
    margin: 100px;
}

a {
    color: #2c3e50;
    text-decoration: underline;
    transition-duration: 0.3;
}

a:hover {
    color: #2980b9;
}

h1 {
    font-size: 42pt;
}

h2 {
    font-size: 36pt;
}

p,
li {
    font-size: 18pt;
}

.title {
    text-align: center;
}