body {
    font-family: 'Open Sans', sans-serif;
    color: #141414;
    font-size: 1.5rem;
    line-height: 3rem;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 5rem;
    line-height: 6rem;
    padding: 10px 0;
}

h2{
    font-size: 2.5rem;
    line-height: 3.5rem;
    padding: 10px 0;
    color: #00abd7;
}

h3{
    font-size: 2rem;
    line-height: 3rem;
    padding: 8px 0;
}

button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    padding: 0;
}

.ft-10 {
    font-size: 1rem;
}
.ft-15 {
    font-size: 1.5rem;
}
.ft-20 {
    font-size: 2rem;
}
.ft-25 {
    font-size: 2.5rem;
}
.ft-30 {
    font-size: 3rem;
}
.ft-35 {
    font-size: 3.5rem;
}
.ft-40 {
    font-size: 4rem;
}
.ft-45 {
    font-size: 4.5rem;
}
.ft-50 {
    font-size: 5rem;
}
.ft-55 {
    font-size: 5.5rem;
}

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

