.container-1 {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/background_2.jpg");
  background-size: cover;
}

.title {
  font-size: 63px;
  font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
}


body {
  margin: 0;
  padding: 0;
}
