body{
  margin: 0;
  padding: 0;
  font-family: monospace;
  background: #241D2B;
}
.box{
  width: 300px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-43%);
  background: #00000000;
  text-align: center;
}
.box input[type = "button"]{
  border:0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #754F8E;
  padding: 14px 50px;
  outline: none;
  font-size: 16px;
  font-family: monospace;
  color: #EDF0DA;
  border-radius: 24px;
  transition: 0.25s;
  cursor: pointer;
}
.box input[type = "button"]:hover{
  background: #754F8E;
}

#dari_site {
    font-family: monospace;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 23px;
    color: #754F8E
}

#image {
    position: absolute;
    left: 50%;
    top: 12%;
    -webkit-transform: translate(-50%, -12%);
    transform: translate(-50%, -12%);
}

