html{
    color:black;
    background-color: rgb(229, 229, 229);
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
    margin-bottom: 10%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15pt;
}

section{
    margin-top: 7%;
}

header{
    font-size: 60px;
    font-weight: 600;
    margin-left: -5px
}

h1{
    font-weight: 500;
    color: rgb(46, 46, 46);
    margin-bottom: 2%;
    margin-left: -2px;
}

p {
    font-size: 15pt;
    line-height: 1.4;
    font-weight: 100;
    line-height: .5;
}

h2{
    font-size: 15px;
    line-height: .7;
    font-weight: 400;
    line-height: .5;
    color: gray;
}

.light{
    font-weight: 300;
}

.regular{
    font-weight: 400;
}

.bold{
    font-weight: 700;
}

.italic{
    font-style: italic;
}

.lswide{
    letter-spacing: .5em;
}

.lsskinny{
    letter-spacing: -.1em;
}

.underline{
    text-decoration: underline;
}

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

.overline{
    text-decoration: overline;
}

.capital{
    text-transform: capitalize;
}

.upper{
    text-transform: uppercase;
}

.lower{
    text-transform: lowercase;
}

