html {
  background-image: url("../kepek/hatter-1.jpg");
}

body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

  font-size: 1.3em;
  margin: 20px auto;
  padding: 25px 25px;
  background-color: #4e3a87;
  color: #E7E6DD; 
  line-height: 1.6;
  border-radius: 10px;
  border: 5px solid black;
  max-width: 1200px;
}

h1 {
  text-align: center;
  background-color: #1227514e;
  padding: 10px;
  color: #ffffff;
  border-radius: 10px 10px 10px 10px;
}

h2 {
  color: #e8d966;
  background-color: #1328514e;
  border-radius: 10px 10px 10px 10px;
  margin-top: 100px;
}





h3 {
  color: #F5E2B3
}

p {
  text-align: justify;
}

a{
  color: #ffff5a;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #F0F0F0;
  background-color: transparent;
  text-decoration: none;
}

caption, details{
  background-color: WHITE;
  color:black;
  margin: 10px;
}
details a{
  color: #0000ff;
}




.center {
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}





.menu {
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  margin-left: auto;  
  background-color: #0a152b4e;
  word-spacing: 100px;
}

table {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

aside {
  width: 30%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: #d3d3d3;
  border-color: black;
  color: #000000;
}

th,
td {
  border: 1px solid #ccc;
}


img {
  width: 100%;
}







.row {
  margin-bottom: 50px;

}

.column {
  width: 50%;
}

.column img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 60+30 != 100 */
/* hupsz        */
.column30 {
  width: 30%;
  
}

.column60 {
  width: 70%;
}

.column30 img {
  width: 100%;
  height: 100%;
}

.column30 video {
  width: 100%;
  height: 100%;
}




.carousel-item img {
  object-fit:contain;
  object-position: center;
  height: 40em;
  overflow: hidden;
  border: 5px black solid;
    border-radius: 100px 100px 100px 100px;

  background-color: white;
  padding-bottom: 6em;
}

.carousel-item p{
  text-align: center;
}

.carousel-item h3{
  text-align: center;
  color:BLACK;
  font-weight: bold;
}





.container {
      display: grid;
      grid-template-columns:1fr;
      gap: 1.5em;
      padding: 1.5em;
      flex-grow: 0;
      flex-shrink: 0;
}

@media (min-width: 800px) {
  .container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  .container {
    grid-template-columns: 1fr 1fr 1fr
  }
}



.inv{
  top:-9999px;
  right: -9999px;
  position: absolute;
}