body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background-image: url(img/y-so-serious.png);
}

.container {
  width: 93vw;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.header {
  margin-top: 20px;
  color: white;
  height: 70px;
  
}

.header .judul {
  margin: 16px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.content {
  padding: 20px;
  flex: 1;
}

.content h3 {
  font-size: 20px;
  font-weight: bold;
  color: white;
}

.content p {
  margin-bottom: 20px;
  color: #F1EFEC;
}

.footer {
  padding: 20px;
}

.footer .copy {
  color: yellow;
  text-align: center;
}

.hasil_eksperimennya {
  color: #F1EFEC;
}
