* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  background: linear-gradient( rgba(0, 0, 0, 0.662),  rgba(0, 0, 0, 0.662)), url("../../asset/foto/lainya/background/achmad-al-fadhli-LpFGfPjzIq0-unsplash.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #282c33;
    color: #fffbfb;
    font-family: 'Poppins', sans-serif;
    
}

.content {
  background: transparent;
  background-color: #ffffff10;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(9px);
  border: 2px solid rgba(255, 255, 255, 0.27);
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  position: relative;
  min-height: 70vh;
  text-align: justify;
}

.title{
    text-align: center;
}

.container {
    display: flex;
  }
  
  .box {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 10px;
    text-align: justify;
    
  }

  .h2{
    text-align: center;
  }

  .slogan {
    margin-top: 30%;
    text-align: center;
  }

.copyright a{
  color: white;
}