body {
  display: flex;
  justify-content: center;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
  'Helvetica Neue', 'Ubuntu', sans-serif;
  height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  justify-content: space-between;
}
p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.154px;
  color: #242d60;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
#checkout {
  width: 100vw;
  margin-top:50px;
  margin-bottom:50px;
}
.hidden {
  display: none;
}

#content {
    width: 100%!important;
}

#order-complete-container {
  border: 2px solid #dddddd;
    border-radius: 10px 10px 10px;
    padding: 25px;
    background-color: #fff;
}

#outer-logo {
  margin-top: 20%;
  margin-bottom: 20%;
}