* {
  margin: 0;
  padding: 0;
}
body {
  height: 100vh;
  width: 100%;
  background-color: white;
}

.content {
  padding-top: 30px;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
}

.activity {
  margin-top: 50px;
  width: 90%;
  height: 50vh;
  background-color: #032d6c;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.activity h1 {
  text-align: center;
  height: 20%;
  width: 100%;
  color: white;
}
.activity img {
  width: 100%;
  height: 80%;
}

.School_rules {
  width: 80%;
  height: auto;
}
.School_rules h1 {
  display: flex;
  align-items: center;
  color: #032d6c;
}
.School_rules h1 i {
  color: #032d6c;
  font-size: 20px;
}
.School_rules p {
  color: #344054;
  font-size: 17px;
  line-height: 30px;
}
