*{
  padding: 0;
  margin: 0;
}
header{
  background: white;
  text-align: center;
  padding: 30px;
}
#hero img{
  width: 1500px;
}
#about{
  background: white;
  text-align: center;
  padding: 10px;
}
#about h2{
  font-size: 36px;
  margin-bottom: 20px;
}
#today{ 
  
  text-align: center;
  
}
#today h2{
  font-size: 36px;
  margin-bottom: 60px;
}
#today img{
  width: 1500px;
}
/*aside{
  background: wheat;
  text-align: center;
  padding: 100px;
}*/
aside h2{
  font-size: 36px;
  margin-bottom: 60px;
  text-align: center;
}

aside h3{
  font-size: 30px;
  margin-bottom: 0px;
}
aside img{
  width: 1500px;
}