body {
    background: #f7f9fc;
    font-family: Helvetica, Arial;
}

#wrapper {
    background: #ffffff;
    -webkit-box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 16px 46px -22px rgba(0, 0, 0, 0.75);

    width: 300px;
    height: auto;
    padding-bottom: 10px;

    margin: -190px 0 0 -150px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

p {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 0 25px;
}

h2 {
    font-weight: normal;
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#top-pattern {
    margin-top: -8px;
    height: 8px;
    background: url("/images/top-pattern2.gif") repeat-x 0 0;
    background-size: auto 8px;
}

.home-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin: -8px;
    background-color: #282828;
}

.home-wrapper p {
    color: #ffffff;
    font-size: 4vw;
    line-height: 1.4;
    margin: 0;
}