body {
  background-color: rgb(255, 234, 0);
  font-weight: 300;
}

#container {
  margin: 4em;
  max-width: 900px;
}

h1 {
  color: rgb(204, 49, 49);
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  letter-spacing: -3px;
}

h2 {
  color: rgb(81, 81, 81);
  font-family: 'Open Sans', sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin: .5em auto;
  letter-spacing: -3px;
}

#info-email {
  color: rgb(204, 49, 49);
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  word-wrap: break-word;
}


h3 {
  color: rgb(0, 0, 0);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin: 1em auto;
}

.what {
	background: url('alienasi-ne.png') right bottom no-repeat;
	background-size: contain;
	padding-top: 100px;
	height: 200px;
  border: 1px solid rgb(81, 81, 81);
  border-radius: 10px
}

.copyleft {
    display: inline-block;
    transform: rotate(180deg);
    padding-top: 5px;
}
.kaki {
  background-color: rgb(204, 49, 49);
  color: rgb(241, 241, 241);
  padding: 1em;
  font-family: 'Open Sans', sans-serif;
}

/* Tablet */
@media only screen and (min-width : 721px) and (max-width : 1020px) {
  input {
    width: 100%;
  }
}

/* Mobile */

@media only screen and (max-width : 720px) {
  #container {
    margin: 1em;
    max-width: 100%;
  }

  h1 {
    margin: 1em 0;
    font-size: 20px;
    letter-spacing: -1px;
  }

  h2 {
    margin: 1em 0;
    font-size: 35px;
    letter-spacing: -2px;
  }

  h3 {
    margin: 2em 0;
    font-size: 15px;
  }

  .what {
	    padding-top: 200px;
	}
