* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-decoration: none;
}
:root {
  --dark: #000000;
  --basic: #ffffff;
  --hover: #e50914;
  --transparent: rgba(0, 0, 0, 0.2);
}

.about-us {
  background-image: url(../image/about.jpeg);
  background-position: center right;
  background-size: cover;
  height: 90vh;
}
.about-member{
  background-image: url(../image/aboutus.jpeg);
  background-position: top center;
  background-size: cover;
  /* opacity: 0.7; */
  height: 40vh;
}

