html {
    font-family: "Open Sans";
    margin-left:6rem;
    margin-right:6rem;
    margin-bottom: 3rem;
}

h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    line-height: 150%;
}

h2 {
    font-size: 20px;
    font-weight: 400px;
    line-height:60%;
    text-align: center;
    /* text-transform: uppercase; */
}

h3 {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
}

strong {
    font-size: 15px;
    font-weight: 300;
    line-height: 0.2;
}

b {
    font-size: 15px;
    font-weight: 700;
    line-height: 20%;
}

p {
    font-size: 15px;
    line-height: 0.2;
}

i {
    font-size: 15px;
    line-height: 0.2;
}