body {
  background:SlateGray;
}

.Index{
  background-image:
url("images/BGIMAGES/20260506011212_1.jpg");
  height: 1200px;
    background-repeat: no-repeat;
    background-size: cover;
}
.Index h1 {
   color: red; text-align: center; font-family: "Courier New", monospace; 
}
.Index p{
  color: darkblue; 
  text-align: center; 
  font-family: "Courier New", monospace;
}
.IndexButtons button {
			color: #ffffff;
			background-color: #8d10e0;
			font-size: 26px;
			border: 3px solid #1d1e20;
			border-radius: 50px;
			padding: 15px 50px;
			cursor: pointer
		}
		button:hover {
			color: #2d63c8;
			background-color: #ffffff;
		}
.IndexButtons {
      position: static;
      display: flex;
      flex-direction: row;
      gap: 16px;
      align-items: center;
      justify-content: center;
}
.OOC {
  Border-style: outset;
  border-radius: 5px;
  background: white;
}
.LOZIMAGES {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;
  gap: 5px;
  padding: 5px;
  margin: 10px;
  align-self: center;
}
.LOZIMAGEITEMS {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.ME1 {
  position: relative;
}
.ME1 img {
  margin: 10px;
  gap: 10px;
  width: 50%;
  height: auto;
}
.ME1 h1 {
     color: red; text-align: center; 
     font-family: "Courier New", monospace;
}
.ME1 p{
  color: darkblue; 
  text-align: center;
  font-family: "Courier New", monospace;
}
.ME1TEXT {
  text-align: center;
}
.ME1TEXT p { 
font-family: Arial, Helvetica, sans-serif;
    border: 1px;
    border-color: gray;
    background-color: gray;
    border-style: inset;
    border-radius: 5px;  
}
.ME1-items{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 10px;
  padding: 10px;
  margin: 10px;
}
.ME1-items img { 
  position: relative;
  width: 100%;
}
.garrus img{
  position: absolute;
  top: 30px;
  right: 30px;
  width: 180px;
  height: auto;  

}
.description { 
  text-align: center;
}
.description p {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px;
    border-color: gray;
    background-color: gray;
    border-style: inset;
    border-radius: 5px;
    
}
