@import url('https://fonts.googleapis.com/css?family=Ubuntu');

* {
  font-family: Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: hsl(308, 79%, 53%);
}

main {
  margin: auto;
  width: 50%;
  padding: 20px;
}

main > h1 {
  margin: 40px auto;
  font-size: 100px;
  font-weight: bold;
  color: #e9d9d9;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
}

main > h2 {
  text-align: center;
  color: white;
  margin: 40px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);  
}

main > p {
  margin: 40px auto;
  font-family: 'Ubuntu', sans-serif;
  font-size: 100px;
  font-weight: bold;
  color: #e9d9d9;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 
    0px -4px 10px rgba(255,255,255,0.3);
}