h1, h2, h3, h4 {
    font-weight: 600;
    margin-bottom: 15px;
}

h1 { font-size: 46px; }
h2 { font-size: 32px; }
h3 { font-size: 26px; }
h4 { font-size: 20px; }

p {
    font-weight: 300;
    font-size: 17px;
    color: #E0E0E0;
    margin-bottom: 20px;
}

a {
    color: #3F8CFF;
    text-decoration: none;
}

a:hover {
    color: #8C4BFF;
}
