body {
    font-size: 20px;
    font-family: "Times New Roman", Times, serif;
    line-height: 1.5;
    text-align: center;
}

.content {
    max-width: 600px;
    margin: 0 auto;
    text-align: 1.5rem;
}

p{
    text-align: left;
}

.title h2{
    color: #006EB6;
}

.title h1,
.title h2 {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.logo {
    width: 150px;
    height: auto;
}

body.dark {
    background-color: #333;
    color: white;
}

body.dark h2 {
    color: somecolor;
}