* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
  background-image: url("../foto/head.jpg");
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
}
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10%;
  background-color: #ffffff;
}
.menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
}
.menu ul li a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
.menu :hover {
  color: rgb(41, 144, 192);
}
.content {
  display: flex;
  min-height: 663px;
  padding-bottom: 20px;
}
.content a {
  color: #000000;
  text-decoration: none;
  font-size: medium;
}
.leftbar :hover {
  color: rgb(31, 236, 233);
}
.leftbar {
  width: 10%;
  background-color: #ffffff;
  padding: 20px;
  margin-right: 50px;
}
.konten {
  width: 80%;
  background-color: white;
  padding-top: 50px;
  text-align: center;
}
.konten img {
  height: 250px;
}
.rightbar {
  width: 15%;
  background-color: #ffffff;
  padding: 20px;
  text-align: right;
}
