body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    font-family: 'Jost';
    color: #20242B;
    margin: 0 auto;
}

h1{
    font-family: 'Involve';
    font-size: 40px;
    font-weight: 500;
    color: #1f1f1f;
}

h2{
    font-family: 'Involve';
    font-size: 32px;
    font-weight: 500;
    color: #1f1f1f;
}

h3{
    font-family: 'Involve';
    font-size: 24px;
    font-weight: 500;
    color: #1f1f1f;
}