Survivors Day 2022
/* Thick red border */
hr.new4 {
border: 1px solid #cc0033;
}
.styledOne {
width: auto;
height: auto;
line-height: 1.75;
padding: 0 15px;
font-size: 1.5rem;
color: #fff;
border-radius: 10px;
border: 3px solid #cc0033;
background-size: cover;
background-color: #cc0033;
}
.styledOne:hover {
background-color: #1b7094;
}
.styledOne:active {
box-shadow: inset -2px -2px 3px #cc3333,
inset 2px 2px 3px #cc3333;
}
.styledTwo {
width: auto;
height: auto;
line-height: 1.55;
padding: 0 15px;
font-size: 1.25rem;
color: #fff;
border-radius: 10px;
borde