body {
    margin: 0;
    padding: 0;
}

.wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-wrapper {
    background: #3c3b42;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 15px 23px;
    margin-bottom: 30px;
    margin-top: 180px
}

.content {
    font-family: Hiragino Sans;
    text-align: center;
    border: 1px solid;
    max-width: 790px;
    background: #fffcea;
    padding: 20px 10px;
}

.title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.description {
    text-align: left;
    display: inline-block;
    font-size: 18px;
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}
