.big-red-parent .big-red {
   background: #e80000;
   color: #fff;
   padding: 5px 10px;
   margin-top: 10px;
   font-weight: bold;
   text-align: center;
   display: inline-block;
   border-radius: 5px;
   font-size: 15px;
   box-shadow: 0px 1px 2px 0px black;
}

.big-red {
   color: #ff0000;
   font-size: 21px;
   margin-bottom: 5px;
}
