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;
}

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

subhead{
    font-size: 30px;
}

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

h2{
    font-size: 15px;
    margin-bottom: -10px;
}

section{
    margin-top: 3%;
}

p {
    line-height: 130%;
    font-size: 15pt;
    font-weight: 100;
}

li{
    line-height: 130%;
    font-size: 15pt;
    font-weight: 100;
}

img{
    margin-bottom: 30px;
}
