body {
  color: #fff;
  background: #003825;
  margin: 0;
  font-family: "UbuntuBold", Tahoma, sans-serif;
  background: url('img/bg.png') no-repeat;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

p {
  margin: 0;
  font-family: "UbuntuRegular", Tahoma, Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.8rem;
  margin-bottom: 20px;
}

h2 {
  margin: 0;
  font-family: "UbuntuBold", Tahoma, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 40px;
}

a {
  color: #000;
  background: #4ED996;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 1.875rem;
  border: 1px solid #27B973;
  padding: calc(8 / 16 * 1rem) calc(24 / 16 * 1rem);
  font-weight: normal;
}

a:hover {
  background: #27B973;
  transition: all 0.3s ease-in-out;
}

.color {
  color: #4ED996;
}

#link {
  margin-left: .625rem;
  display: inline;
  width: 18px;
  height: 12px;
}

#header {
  overflow: hidden;
  padding: 14px 40px;
  background: #003825;
}

#logo {
  background: url('img/logo.svg') no-repeat;
  background-position-x: center;
  background-position-y: center;
  width: 132px;
  height: 54px;
}

#content {
  position: relative;
}

#textbox {
  background: #003825;
  padding: 64px;
  max-width: 50%;
  position: absolute;
  width: 530px;
  margin: 90px 60px;
}
