
body{
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 42px;
  background: #f7f7f7;
}
.main{
  display: block;
  color: red;
  justify-content: center;
  align-items: flex-start;
}



