*, *::after, *::before{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.under {
  color: #333;
}

p,h1{
  color: #000;
  text-align:start;
  font-family:sans-serif;
  font-weight: 200;
}

div{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer{
  position: fixed;
  bottom: 0;
}