body {
  background-color: #080c17;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-image: url(./images/bg.png);
  font-family: "Lato", sans-serif !important;
  font-size: 20px;
}

.header {
  width: 100%;
  height: 40%;
}

.contentBox {
  padding-top: 50px;
}

.eventBanner {
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding-left: 40px;
  padding-top: 1px;
}

.content {
  color: white;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
}

.p-10 {
  padding: 40px;
}

h3 {
  font-size: 40px;
}

.box {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  width: 400px;
  margin-top: 200px;
  margin-left: 50px;
}
