* {
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-size: 1.4em;
  text-align: center;
}

h3 {
  font-size: 1.2em;
  padding-left: 4px;
}

p {
  padding-bottom: 1.4em;
  padding-left: 4px;
  border-bottom: 2px solid #f6f6f6;
}

main {
  margin: 0 auto;
  width: 320px;
}

#clickfornew {
  margin-bottom: 1.5em;
  position: relative;
  left: 180px;
}

#clickforanswer {
  margin-bottom: 1.5em;
  position: relative;
  left: 147px;
}

#english,
#greenlandic {
  width: 320px;
  height: 130px;
  font-size: 20px;
  color: #808080;
  line-height: 140%;
  margin-bottom: 1em;
  border-bottom: 2px solid #f6f6f6;
  padding-left: 4px;
}


/* _________ Auto-generated buttons _________*/

.myButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
  background: -moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
  background-color: #ffffff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  cursor: pointer;
  color: #666666;
  font-family: Century Gothic;
  font-size: 14px;
  padding: 6px 14px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffffff;
}

.myButton .first {
  width: 140px;
}

.myButton .second {
  width: 170px;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
  background: -moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff', GradientType=0);
  background-color: #f6f6f6;
}

.myButton:active {
  position: relative;
  top: 1px;
}

button:focus {
  outline: none;
}


/* _________ Media queries _________*/

@media screen and (min-width: 480px) {
  body {}
  main {
    width: 480px;
  }
  #clickfornew {
    left: 340px;
  }
  #clickforanswer {
    left: 307px;
  }
  h1,
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.4em;
  }
  li {
    font-size: 1.2em;
    line-height: 1.5;
  }
  p {
    padding-bottom: 1.8em;
  }
  #english,
  #greenlandic {
    width: 480px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  body {}
  main {
    width: 768px;
  }
  #clickfornew {
    left: 628px;
  }
  #clickforanswer {
    left: 595px;
  }
  h1,
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.8em;
  }
  li {
    font-size: 1.4em;
    line-height: 1.6;
  }
  #english,
  #greenlandic {
    width: 768px;
    font-size: 24px;
    line-height: 140%;
    padding-left: 4px;
  }
}