body {
    background-color: #5453ec;
}
#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    height: 100%;
}
#wrap .img_wrap {
    width: 13rem;
    margin-bottom: 3rem;
}
#wrap .img_wrap img {
    width: 100%;
}
#wrap p {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}