/*-----------------------------------------------------------------------------
	shame
*-----------------------------------------------------------------------------*/
* {
	box-sizing: border-box;
}

body {
  background-color: rgba(15, 222, 189, 1);
  background-image: linear-gradient(180deg, rgba(13, 208, 222, 1) 0%, rgba(15, 219, 185, 1) 100%);
  color: rgba(255, 255, 255, 1);
  height: 100vh;
  text-align: center;
  padding: 0 6px;
}

h1 {
  font-size: 5em;
  margin-bottom: .3em;
}

p {
  font-family: 'Raleway';
  font-size: 18px;
}

a {
  background-color: rgba(255,255,255,1);
  border-radius: 3px;
  color: rgba(15, 222, 189, 1);
  font-family: 'Montserrat', sans-serif;
  text-shadow: none;
  text-decoration: none;
  padding: 12px 16px;
}

::selection {
  background-color: rgba(255, 255, 255, .25);
}

.boxxi {
  box-shadow: 0 10px 20px rgba(0,0,0,.5);
  max-width: 640px;
  margin: 0 auto;
}
