#wrap {}
#wrap .logo {
    display: flex;
    flex-flow: column nowrap;
    position: fixed;
    left: 1.5rem;
    top: 20%;
}
#wrap .logo img {
    width: 6rem;
    margin-bottom: 2rem;
}
#wrap .logo strong {
    font-family: 'SUIT-SemiBold';
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.4;
    font-weight: 900;
}
#wrap .logo span {
    font-size: 1.6rem;
    color: #56595d;
}
#wrap > a {
    display: inline-block;
    position: fixed;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: calc(100% - 3rem);
    font-size: 1.8rem;
    padding: 2rem 0;
    border-radius: 5rem;
    background: linear-gradient(to right, #1e9ad3, #6040e2);
    color: #fff;
}