
h1{
    font-family: "Butler", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 250;
    line-height: 60px;
    color: #646060;
}
body{
    color: #646060;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px; /* 166.667% */
    background: var(--background, #EBE9E6);
}
.large-text{
    max-width: 774px;
    margin: 0 auto;
}
.large-text h1{
    text-align: left;
    padding-top: 120px;
    padding-bottom: 40px;
}
