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;
}

#gift {
  margin-left: 760px;
}

#showRow1 {
  margin-top: 40px;
  text-align: center;
}

#showRow2 {
  margin-top: 60px;
  margin-left: 260px;
  margin-right: 240px;
}

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

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