html,
body {
    height: 100%;
    font-family: "Raleway", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
}
.logo {
    max-width: 700px;
    height: auto;
}
h1 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 0;
    padding: 12px;
}
h2 {
    font-size: 18px;
    font-weight: 400;
    padding: 12px;
    margin-top: 0;
}
h3 {
    margin-top: 0;
}