.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.break {
    flex-basis: 100%;
    height: 0;
}


.footer {
    position: fixed;
    bottom: 10%;
    width: 100%;
}

body {
    font-family: 'Readex Pro', sans-serif;
}