html {height:100%;}

#wrapper {
  display:grid;
  grid-template-rows: auto 1fr;
  margin:auto;
  max-width:800px;
  text-align:center;
  padding:20px;
}

body {font-family: 'Raleway', sans-serif;color:#fff;

background: rgb(103,182,168);
background: linear-gradient(90deg, rgba(103,182,168,1) 0%, rgba(47,47,186,1) 42%, rgba(255,0,139,1) 100%);
}

h1 {font-weight:300;}
h2 {font-weight:400;line-height:1.5em;margin-bottom:50px;}
h3 {font-weight:400;}

#icon-saturn {color:pink;width:300px;}

a {color:#fff;}

p {text-align:left;line-height:1.5em;}
