body {
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    line-height: 1.8;
}

h1 {
    font-size: 3rem;
    letter-spacing: 10px;
    font-weight: 300;
}

h2 {
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 5px;
    font-weight: 300;
}

p {
    text-align: justify;
    margin-bottom: 25px;
    font-size: 1rem;
}

nav a {
    text-decoration: none;
    margin: 0 12px;
    letter-spacing: 2px;
    transition: 0.3s;
}
