h1 {
   font-size: 60px;
   height: 300px;
}
.warning {
   color: Red;
   font-weight: bold;
}
#footer {
   background-color: Gray;
}