/* Generated by https://scss.premo.biz/scss2css.php 
Uses scssphp-1.6.0 - https://scssphp.github.io/scssphp/ */

@import url('https://fonts.googleapis.com/css?family=Pridi|Open+Sans:800&display=swap');
.test {
  margin-top: 100vmin;
  font-size: 110px;
}
@media all {
  body {
    font-family: Verdana;
    margin: 0;
    padding: 0;
  }
  body .frame {
    position: absolute;
    width: 90vmin;
    height: 90vmin;
    left: calc((100vw - 90vmin) / 2);
    margin-left: auto;
    margin-right: auto;
    top: 5vmin;
    text-align: center;
  }
  body .frame .top {
    height: 30%;
    width: 100%;
    position: relative;
  }
  body .frame .top .firstday {
    font-size: 17vmin;
    text-transform: uppercase;
    font-family: 'Pridi', serif;
    position: absolute;
    left: 45vmin;
    top: -7vmin;
  }
  body .frame .top .trampstamp {
    background-image: url(https://hack.premo.biz/tramp-stamp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50vmin;
  }
  body .frame .top .of {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50px;
    width: 10vmin;
    height: 10vmin;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 39vmin;
    top: 17vmin;
    font-size: 7vmin;
    line-height: 8vmin;
  }
  body .frame .middle {
    height: 55%;
    width: 100%;
  }
  body .frame .middle .grade {
    text-transform: uppercase;
    font-size: 22vmin;
    line-height: 20vmin;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    padding-top: 3vmin;
  }
  body .frame .bottom {
    height: 15%;
    width: 100%;
  }
  body .frame .bottom .ribbon {
    background-image: url(https://hack.premo.biz/ribbon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 84vmin;
    height: 12vmin;
  }
  body .frame .bottom .ribbon .year {
    color: #FFFFFF;
    font-size: 8vmin;
    font-family: 'Pridi', serif;
  }
}
