@charset "utf-8"

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #4441E5;
}

.logo {
  margin-top: 15%;
  width: 100%;
  text-align: center;
}


.headline {
  margin-top: 100px;
  width: 100%;
  text-align: center;
}

h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 71px;
  line-height: 79px;
  color: #1d1d1b;
}

h1 mark {
  background-color: white;
}

.btn {
  display: block;
  width: 350px;
  text-align: center;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 27px;
  line-height: 27px;
  background: #1d1d1b;
  padding: 25px 0 25px 0;
  color: white;
  border-radius: 10px;
}

h2:hover {
  color: #4441E5;
  background: white;
  -webkit-transition: 0.3s; /* Safari prior 6.1 */
  transition: 0.3s;
}
