* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    background-color: red;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.date-link-house {
    height: 5%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.date-link-house > a {
    width: fit-content;
}

.web-archive {
    height: 95%;
    width: 100%;
}

.centerall {
}