#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    background-color: #476ff3;
}
#wrap .img_wrap {
    width: 18rem;
    margin-bottom: 8rem;
}
#wrap .img_wrap img {
    width: 100%;
}
#wrap pre {
    font-size: 4rem;
    font-weight: 700;
    color: #e6e9f0;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 4rem;
}
#wrap p {
    width: 100%;
    font-size: 2rem;
    font-weight: 200;
    color: #e6e9f0;
    text-align: center;
}