body {
  height: 100vh;
  background-image: url("./img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  height: 100%;
}

.intro {
  background-color: #f0f8ffa1;
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(6px);
}
