body, h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Open Sans', sans-serif;
}

.main {
    padding: 30px 20px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 90vh;
    max-width: 1140px;
    margin: 0 auto;
}

h1 {
    font-size: 46px;
    color: #424a52;
    font-weight: 800;
    text-transform: none;
    line-height: 1.3em;
    margin-bottom: 16px;
}

h3 {
    font-size: 28px;
    color: #424a52;
    font-weight: 300;
    text-transform: none;
}

h3 a {
    color: #bac405;
    text-decoration: none;
    font-weight: 700;
}
.container{
    padding: 16px;
}