html {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
}

body{
    margin: 10%;
}

h1 {
    text-transform: capitalize;
    font-size: 140px;
    font-weight: bold;
    color: #4a70a8;
    margin: -0.2em 0;
    text-indent: -0.5rem;
}

h2 {
    color: #4a70a8;
    font-weight: bold;
}

section {
    margin: 5em 0;
}

small {
    font-size: 15px;
    font-style: italic;
    color: gray;
}

header {
    font-size: 22px;
    margin: 2em 0;
}

.fwb {
    font-weight: bold;
}

.fsi {
    font-style: italic;
}

.ls3 {
    letter-spacing: 0.3em;
}

.ls6 {
    letter-spacing: -0.06em;
}

.tdu {
    text-decoration: underline;
}

.tdlt {
    text-decoration: line-through;
}

.tdo {
    text-decoration: overline;
}

.ttu {
    text-transform: uppercase;
}

.ttl {
    text-transform: lowercase;
}

.ttc {
    text-transform: capitalize;
}