* {
    font-family: Dana;
}

.menu {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

p, a, h6, span, div {
    font-size: 14px
}

.header{
    background-color: #ed1c24;
}

.item1 {
    bottom: -10px;
}


.item2 {
    left: 0;
    bottom: 0
}

.item3 {
    bottom: -30px;
    left: 10px;
}

.item1P, .item2P {
    font-size: 16px;
}

.gold{
    background:#E4B55D
}