.gradient{
    background: rgb(185,29,32);
    background: linear-gradient(90deg, rgba(185,29,32,1) 0%, rgba(114,20,21,1) 100%);
    height: 0.5em
}
