body {
    margin: 0;
}

.root {
    font-family: Onest, sans-serif;
    font-style: normal;
    line-height: normal;

    font-feature-settings:
            "clig" off,
            "liga" off;
    text-shadow: 0 0 color-mix(in srgb, currentcolor 40%, transparent);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    min-height: 424px;
    max-width: 400px;
}

.code {
    font-size: 104px;
    font-weight: 600;
    color: #ffa0b0;
    margin-bottom: 30px;
    line-height: 88px;
}

.title {
    font-size: 24px;
    font-weight: 400;
    color: #312937;
    margin-bottom: 20px;
    text-align: center;
}

.text {
    font-size: 14px;
    font-weight: 400;
    color: #312937;
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (max-width: 599px) {
    .code,
    .title,
    .text {
        max-width: 90%;
    }
}

.button {
    font-weight: 400;
    padding: 14px 24px;
    border-radius: 48px;
    background-color: #312937;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1ch;
    box-shadow: none;
    border: 0;
    outline: none;
    font-size: 14px;
    margin: 0;
    position: relative;
    width: fit-content;
    color: #fff;
    white-space: nowrap;
    transition: all .3s;
    cursor: pointer;
}

.link {
    text-decoration: none;
}

.label {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon {
    flex-shrink: 0;
    transform: rotate(90deg);
    color: #ffa0b0;
    width: 16px;
    height: 16px;
}
