main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: sans-serif;
}

.logo {
    width: 304px;
    margin-bottom: 73px;
}
.msg {
    color: #0F172A;
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 48px;
}
.desc {
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
    max-width: 517px;
    line-height: 24px;
    text-align: center;
    word-wrap: break-word
}
.login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
    background: #009EDE;
    overflow: hidden;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}