h1 {
    margin: 0;
    color: #87868c;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5;
    color: #222222;
}

.wrapper {
    border: 10px solid #87868c;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.24);
    height: 100vh;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-width: 0px;
    position: relative;
    overflow: hidden;
}

.wrapper p {
    max-width: 520px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-bottom: 2rem; 
    opacity: 0;
}


.cta a {
 color: #87868c;
}


.title { 
    opacity: 0; 
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 500;
}

p {
    color: #222222;
}

.construction {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    background-color: white;
    border-top-right-radius: 10px;
    border: 2px solid #87868c;
    opacity: 0;
}


@media(max-width: 450px) {
    .wrapper {
        padding: 20px;
    }

    .wrapper p {
        font-size: 16px;
    }
}