.page {
display: flex;
flex-direction: column;
align-items: center;
font-family: Montserrat;
}
.page__header {
width: 100%;
}
.page__footer {
width: 100%;
padding: 112px 0 32px;
}