body {
    background: #e4e9f2;
}

.outer {
    background: #ffffff;
    border-top: 0.17rem solid #3366ff;
    margin: 1rem;
}

.fixed {
    height: 120px;
}

.remaining {
    border-top: 1px solid #e4e9f2;
    height: 79vh;
    text-align: center;
}

.title {
    padding: 5px;
    text-align: center;
    font-size: 2rem;
    font-family: Open Sans, sans-serif;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0;
}

.sub-title {
    text-align: center;
    display: block;
    margin-bottom: 3rem;
    font-family: Open Sans, sans-serif;
    line-height: 1.5rem;
    font-size: 80%;
}

img {
    border-radius: 4px;
    padding: 5px;
    width: 310px;
    border: 0;
    margin-top: 80px;
    height: 230px;
}
