/* SCHEME

93A3B1
7C898B
636564
4C443C

*/

* {
  box-sizing: border-box;
}

body {
  align-items: center;
  background-color: #4C443C;
  display: flex;
  flex-direction: column;
  height: 98vh;
  justify-content: center;
  margin: 1vh 5%;
}

header {
  text-align: center;
}

.heading {
  border-bottom: 5px solid #636564;
  color: #93A3B1;
  font-family: 'Alfa Slab One', cursive;
  font-size: 80px;
  margin: 0 auto 20px auto;
  padding: 0 50px 25px 50px;
  text-align: center;
}

.text {
  color: #7C898B;
  font-family: 'Gentium Book Basic', serif;
  font-size: 30px;
  line-height: 1.2;
  margin: 5px auto 0 auto;
  max-width: 65%;
  text-align: center;
}

svg {
  color: #93A3B1;
  height: auto;
  margin: 0 auto 0 -10px;
  max-width: 125px;
  padding: 0;
}