@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
* {
  box-sizing: border-box;
  margin: 0;
}
.hermesOrder1 {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  min-height: 100vh;
  background-color: #b8b8b8;
  display: flex;
  justify-content: center;
}
.hermesOrder1 .container {
  max-width: 770px;
  width: 100%;
  background-color: #fff;
  margin: 0;
  padding: 40px 20px;
}
.hermesOrder1 .container .buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hermesOrder1 .container .buttons a {
  max-width: 360px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px 25px;
}
.hermesOrder1 .container .buttons a:nth-child(1) {
  width: 100%;
  font-size: 20px;
  background-color: #008000;
  color: #fff;
}
.hermesOrder1 .container .buttons a:nth-child(2) {
  width: 100%;
  font-size: 14px;
  background-color: #333333;
  color: #999;
}
