html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

html, body{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFBB4;
}

main{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hidden{
    display: none!important;
}

.muted{
    color: #71717A;
    font-size: 14px;
}

strong{
    font-weight: 500;
}

ul{
    list-style-position:inside;
}