body {
  color: #444444;
  font-family: "Cabin";
  margin: 0px;
}

.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

h1 {
  transition: all 0.1s ease-in;
}

h1:hover {
  transform: scale(1.2);
}

/* .main {
  flex: 1; 
} */
