/* CSS files add styling rules to your content */

body {
  font-family: helvetica, arial, sans-serif;
  margin: 0;
  background: #c23008;
}

h1 {
  color: white;
  background: #7fbbe3;
    padding: 20px;
      text-align: center;
  margin: 0
}
#container {
  border: 3px solid #7fbbe3;
  border-radius: 20px;
  padding: 20px;
  background: white;
  width: 70%;
  margin: 20px auto;
  max-width: 960px;
}
h3{
  font-style: helvetica;
  color: #7fbbe3
}
h2{
  text-align: center
}

