body, html { overflow-x: hidden; }

.container-fluid { padding: 0;}

a {
        text-decoration: none;
        outline: none;
}
p {
font-size: 14px;

}

img {

    text-decoration: none;
outline: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.bg-salmon {
    background-color: #fae6dd;
}

.btn-dec {
    margin-top: 20px;
    text-align:center; 
    position: relative; 
    margin: auto; 
    background-color: black; 
    color: white; 
    width: 150px; 
    height: auto;
}

.bg-red{
    background-color: #e5260a;

}