@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.text-gold{
    color:#856400;
    text-decoration: underline;
    text-decoration-thickness: 2px; 
    text-underline-offset: 3px; 
}

.text-dark{
    color:black;
}

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

.no-underline{
    text-decoration: none;
}