html, body {
    height: 100vh;
}

.address {
    white-space: pre-line;
    font-style: normal;
    padding-left: 2.5rem;
}

.container {
    height: 100vh;
    display: flex;
    flex-direction: column;

    & .section {
        flex-grow: 1;
    }
}
.footer {
    flex-grow: 0;
}