body {
    margin: 0;
    box-sizing: border-box;
}

.divs {
    margin: 1em auto auto;
    background-color: white;
    box-sizing: border-box;
    padding: 0.7em;
    width: 88%;
}

.divs > h2:first-child, .divs > h1:first-child {
    margin-top: 0;
}

.ANT-cookie-consent {
    background-color: white;
    position: fixed;
    left: 0;
    right: 0;
    height: 30vh;
    bottom: 0;
    padding-left: 8px;

    button, a {
        font-family: inherit;
        font-size: inherit;
    }
}
