h1.special-h1 {
    font-size: 60px;
    color: red;
}

h2 {
    font-weight: 100;
    font-size: 3em;
    color:rgb(0, 162, 255);

}

h3 {
    font-weight: bold;
    font-size: 2em;
    color: #7d7d7d;
}