/* The alert message box */
body {
width:800px;
margin:auto;
}

#alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}
