body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Lora" sans-serif;
    color: #443a82;
}

h1, h3 {
    font-size: 32px;
    text-align: center;
}

.header {
    margin-top: 30px;
}

.container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    z-index: 1;
    min-height: calc(100vh - 200px);
}
