* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    font-family: 'Times New Roman', serif;
}

.header, .footer {
    display: flex;
    min-height: 16rem;
    background-color: #FFE138;
    font-size: 5rem;
    line-height: 5.75rem;
}

.header__heading, .footer__name {
    margin: auto;
}

.flex-container {
    display: flex;
    margin: 7rem;
    justify-content: space-between;
    align-items: baseline;
}

.flex-item {
    width: calc((100% - 100px)/3);
    font-size: 2rem;
    border: 1px solid #000;
}

.text {
    padding: 0 3.3rem 3rem;
}

.heading {
    font-weight: bold;
    padding: 3rem 3.3rem 0;
}

.image {
    background-size: cover;
    background-position: center;
    padding-bottom: 149.94%;
}

.one {
    background-image: url(../img/MetaSideTable.jpg);
}

.two {
    background-image: url(../img/ClickShelf.jpg);
}

.three {
    background-image: url(../img/FloatShelf.jpg);
}