html {
    font-size: 16px;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    font-size: 1rem;
}

body > header {
    z-index: 10;
    position: fixed;
    width: 100%;
    font-size: 1rem;
}

.navbar-icon {
    width: 2.3rem;
}



.navbar-brand {
    padding: 1rem;
}

body > header nav a {
    text-decoration: none;
}

body > main {
    padding: 6.5rem 20px;
    width: 1220px;
}

.flash {
    color: #efefef;
}

.block-content {
    text-align: justify;
}

.line {
    width: 100%;
    height: 1px;
    background: white;
    margin: 1.7rem 0;
}

body > footer {
    border-top: 1px solid black;
    background: #23272b;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

    padding: 2.5rem 1.8rem 1rem 1.8rem;
    width: 100%;

}

body > footer > figure {
    width: 20rem;
}

body > footer p {
    font-size: 1rem;
}

body > footer figcaption {
    font-size: 0.9rem!important;
}