/* RUUSULA */
/*Header row background*/
.header-main {
	background: rgba(191,49,60,0.7) !important;
}
/*Red color on buttons*/
.button, .button.button-secondary, .is-style-secondary .wp-block-button__link {
    background-color: #bf313c;
}
.button.button-secondary:hover, .is-style-secondary .wp-block-button__link:hover {
    box-shadow: 6px 6px 0 #bf313c !important;
}