
html {
    scroll-behavior: smooth;
}

.display-5{
    font-size: 2.5rem;
}

.display-6{
    font-size: 1.5rem;
}

/*menu*/
.transparent-sirius{
    background-color:#87532565;
    box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 8px 15px 0px rgba(0,0,0,0.75);
}
.center-div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary-color-text{
    color: #D09E73;
}
.background-alt{
    background-color: #9BA2B3;
}
.background-primary{
    background-color: #875225;
}

.secondary-color-text{
    color: #233054;
}

.background-secondary{
    background-color: #A87243;
}

.tertiary-color-text{
    color: #f9d971;
}

.cuart-color-text{
    color: #C9CCD5;
}

.background-cuart{
    background-color: #233054;
}

.background-tertiary{
    background-color: #3A1B00;
}

.button_select{
    border: none;
    outline: none;
    width: 100%;
    background-color: #875225;
    color: white;
    border-radius: 6px;
}

.button_no_select{
    color: white;
    border: #c57938 2px solid;
    border-radius: 6px;
    width: 100%;
    background: rgba(63, 63, 63, 0.5);
}

.line{
    width: 20%;
    height: 10px;
    background-color: #D09E73;
}


