.wrapper {
    width: 100%;
    min-height: 100vh;
    background: #FFF;
    display: flex;
    align-items: center;
}

.pills {
    max-width: 1920px;
    max-height: 1080px;
    background: #FFF;
    width: 100%;
    height: 100vh;
    max-height: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.background404 {
    background: url(../../../assets/images/pills.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 1920px;
    max-height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
    background-size: cover;
}

.container {
    margin: 0 auto;
    letter-spacing: 2px;
}

.container p {
    font-weight: 300;
    text-align: center;
}

.container h2 {
    padding-bottom: 10px;
    text-align: center;
    font-weight: 300;
    /* font-weight: 400; */
}

.container a {
    color: black;
    transition: opacity 0.4s ease;
    opacity: 1;
    font-weight: 300;
}

.goHome {
    width: 100%;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 40px;
}

.container a:hover {
    opacity: 0.7;
}