html,body{
  padding:0;
  margin:0;
  background:#000;
  height:100vh;
  width:100%;
  font-family: 'Cormorant Garamond', serif;
}

body{
  position: relative;
}

h1,h2,h3,p{
  font-weight: 100;
  margin:0;
  color: #fff;
}

h1{
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -130px;
  font-size: 30px;
  color: #fff;
  height: 35px;
  letter-spacing: 2px;
  max-width: 30%px;
  text-align: center;
}