body  {
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    font-weight: 400;
    box-sizing: border-box;
    font-family: sans-serif;
}

.container {
    display: grid;
    place-items: center;
}

h3 {
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}

.footer {
    text-align: center;
    max-width: 75%;
    margin: 10px auto;
}

.footer a {
    text-decoration: none;
    color:#3490dc;
}