body {
  
  margin: 0;
  
  background: whitesmoke;
  
}

header {
  
  position: relative;
  
  top: 0%;

  left: 0%;
  
  width: 100%;
  
  background: linear-gradient(to bottom, gray, black);
  
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
  
  border-radius: 0 0 12px 12px;
  
  text-align: center;
  
  height: 90px;
  
  margin-bottom: 30px;
  
  
  
}

#logo {
  
  width: auto;
  
  height: 120px
  
  
}

section {
  
  margin: 40px auto;
  
  width: 320px;
  
  background: white;
  
  border-radius: 15px;
  
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.6500);
  
  text-align: center;
  
  color: royalblue;
  
  padding-bottom: 25px;
  
  
}