*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  justify-content: center;
  align-items: center;
}
.container{
  display: inline-block;
  background-image: url(LATAR.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}
.logo{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  height: 200px;
}
h1{
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  margin-top: -30px;
}
h2{
  color: white;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  font-weight: normal;
  font-size: 8px;
  margin-top: 10px;
}
h3{
  color: white;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
.picture{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  background-color: rgba(255, 0, 0, 0);
  margin: 5%;
  margin-top: 20px;
  height: auto;
}
.picture img{
  display: inline-block;
  margin-top: 0;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.acc{
  display: flex;
}

.acc img{
  display: inline-block;
  margin: 5px;
  height: 50px;
  border-radius: 15px;
}