html,
body {
  width: 100%;
  height: 100%;
}


a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFFFFF;
  color: #2B3346;
  text-decoration: none;
  border-radius: 5px;
}

#head {
  height: 120px;
  background-color: #2B3346;
}

#tagImage {
  margin-top: 60px;
  margin-left: 240px;
}

#advance {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
  margin-left: 180px;
  margin-right: 200px;
}

#showRow1 {
  margin-top: 60px;
  margin-left: 160px;
}

#showRow2 {
  margin-top: 60px;
  margin-left: 380px;
}

#showRow3 {
  margin-top: 60px;
  margin-left: 160px;
}

#showRow4 {
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: 160px;
}

#foot {
  height: 360px;
  background-color: #2B3346;
}
