.jmm {
  width: 75vw;
  max-width: 1000px;
  min-width: 320px;
  margin: auto;
}




.draw-border {
  box-shadow: inset 0 0 0 4px #4C9E2F;
  color: #4C9E2F;
  -webkit-transition: color 0.25s 0.0833333333s;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}


.centered {
  position: absolute;
  left: 70%;
  top: 40%;
  transform: translate(-50%, -50%);
}

.centeredd {
  position: absolute;
  left: 70%;
  top: 60%;
  transform: translate(-50%, -50%);
}

.img {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 140px;
}



.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}
.draw-border:hover {
  color: #D3D000;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #D3D000;
  -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  -webkit-transition-delay: 0s, 0s, 0.25s;
          transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  -webkit-transition-delay: 0s, 0.25s, 0s;
          transition-delay: 0s, 0.25s, 0s;
}

.btn {
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  font: 700 1.2rem 'Roboto Slab', sans-serif;
  padding: 1em 2em;
  letter-spacing: 0.05rem;
}
.btn:focus {
  outline: 2px dotted #D3D000;
}

body {
  background: rgb(37, 37, 37);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  min-height: 100vh;
}

@media (max-width: 985px) {

  .centered {
    margin-top: 200px;
    position: block;
    left: 26%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  
  .centeredd {
    margin-top: 200px;
    position: block;
    
    left: 64%;
    top: 40%;
    transform: translate(-50%, -50%);
  }

  .img{
      margin-left: 14%;
      width: 440px;
      margin-top: 0%;
    
  }
}

@media (max-width: 484px) {

  .centered {
    margin-top: 200px;
    position: block;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
  
  .centeredd {
    margin-top: 200px;
    position: block;
    
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }

  .img{
    margin-left: 16%;
    width: 76%;
    margin-top: 0%;
    
  
}

@media (max-width: 324px) {

  .centered {
    margin-top: 200px;
    position: block;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
  }
  
  .centeredd {
    margin-top: 230px;
    position: block;
    
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .img{
    margin-left: 18%;
    width: 270px;
    margin-top: 0%;
  
  }
}
}