* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: url("./assests/HomePage\ \(1\)\ 1.png");
}

html {
  overflow-y: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}



a:hover {
  text-decoration: underline;
}
body {
  overflow-x: hidden;
}
.events {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.event-element {
  background-color: rgb(160, 163, 189);
  padding: 20px;
  width: 100%;
  border-radius: 20px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.para {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.conclusion {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.day {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.attendance button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 20px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
}
.attendance button i {
  color: #000;
}
.coordinator button {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 5px 20px;
  font-size: 10px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
}
.coordinator button i {
  color: #000;
}

.date {
  font-size: 24px;
  font-weight: 700;
}
.month {
  font-size: 20px;
}
.year {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .events {
    padding: 10px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .event-element {
    background-color: rgb(160, 163, 189);
    padding: 20px;
    width: 100%;
    border-radius: 20px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    height: 100%;
  }

  .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    gap: 50px;
  }
  .title {
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    text-align: center;
    font-weight: 500;
  }

  .para {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  .img img {
    width: 100%;
  }
  .conclusion {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .attendance button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 20px;
    border: none;
    background-color: #fff;
    border-radius: 30px;
  }
  .attendance button i {
    color: #000;
  }
  .coordinator button {
    display: flex;
    align-items: center;
    gap: 0px;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 10px;
    border: none;
    background-color: #fff;
    border-radius: 30px;
  }
  .coordinator button i {
    color: #000;
  }
  .date {
    font-size: 20px;
    font-weight: 700;
  }
  .month {
    font-size: 15px;
  }
  .year {
    font-size: 20px;
    font-weight: 700;
  }
}
