@import url("config.css");

.container {
    max-width: 128rem;

    margin: 0 auto;
    padding: 0 2%;

}

.cover {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, 0.80);

    z-index: 1;
}

