@import url('https://fonts.googleapis.com/css?family=Fjalla+One');

body {
  background: url('../images/bg-teaser.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

body {
  text-align: center;
}

.main-content {
  margin-top: 48%;
}

a:hover {
  text-decoration: none;
}
#signup{
    bottom: 0;
    height: 190px;
    left: 0;
    position: absolute;
    right: 0;
}

h3 {
  font-size: 22px;
  font-family: 'Fjalla One', sans-serif;
  color: #ffffff;
}
a.content__cta  {
  display: inline-block;
  margin: 0;
  padding: 10px 28px;
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #ffffff;
}

a.content__cta:hover {
  display: inline-block;
  margin: 0;
  padding: 10px 28px;
  color: #ffffff;
  background-color: #e31937;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #ffffff;
}

.tengah {
  height: 2em;
  display: table;
  margin: auto;
  margin-bottom: 30px;

}