html {
    scroll-behavior: smooth;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.white-bg {
    background-color: white;
}

.br24 {
    border-radius: 24px;
}