body {
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}
.logo {
  width: 300px;
  height: 300px;
  padding: 0 0 30px 0;
}
.name {
  width: 260px;

  padding: 0 4px 20px 0;
}
h1 {
  font-family: 'Krona One', sans-serif;
  font-size: 36px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-align: center;
  color: #DC5AF3;
}
.slogan {
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
}
.copyright {
  font-size: 10px;
  font-weight: 100;
  color: #FFF;
  padding: 20px 0 0 0;
  position: fixed;
  bottom: 20px;	
}

a.big.btn {
	border-radius: 30px;
    border-color: #fff;
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid;
    margin-top: 20px;
}

a.big.btn:hover {
    border-color: #73B3E7;
    color: #73B3E7;
}