body {
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#cname-page {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cname__top--icon {
    margin: 0;
}

.cname__top--title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #220E27;
    margin: 0;
    margin-top: 24px;
}

.cname__top--text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #5A5B70;
    width: calc(100% - 40px);
    max-width: 360px;
    margin: 24px auto 0;
}

.cname__bottom {
    margin-top: 180px;
}

.cname__bottom--logo-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #BDB7BF;
    margin: 0
}

.cname__bottom--logo {
    vertical-align: top;
    margin-top: 9px;
}