.main-content {
    background-color: darkslategray;   
 /* background-color: green; */
  color: whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
