#landing-loading {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

#landing-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
}

#landing-description {
    font-size: 14px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.8;
    text-align: center;
}

#landing-button-div {
    display: flex;
    justify-content: center;
    gap: 12px;
}
