@font-face {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(CeraPro-Regular.woff2) format('woff2');
  }
  body {
    text-align: center;
    background-color: rgb(255, 207, 0);
    font-family: Cera Pro,sans-serif;
  }
  h2{
    font-size: 36px;
    font-weight: normal;
  }
  #start, #prices {
    font-size: 18px;
    font-family: Cera Pro,sans-serif;
    text-transform: uppercase;
    padding: 25px;
    background: none;
    color: #2c2c2c;
    border: 2px solid #2c2c2c;
    font-weight: bold;
  }
  #reader{
    width: 300px;
    height: 300px;
    display: inline-block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('intro.png');
  }
  #name {
    font-size: 25px;
    padding: 25px;
  }
  #wr {
    height: 300px;
  }
  #btnwr {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
  }