body {
  font-family: sans-serif;
  margin: 0;
  background-image:url(bg%204.png);
    background-size: 900px;
    background-repeat: repeat;
  background-position-x: right;
  color: #000;
  
 
}

header {
   display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -30px;
   border:1px solid #000;
  background-color: black;
  color:#ffffff;
  padding:40px;
font-size: 20px;
  
  
}

.logo {
  font-size: 40px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
}

nav a:hover {
  color: #00debf;
}

main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.8fr;
  gap: 40px;
  padding: 40px;
  align-items: start;
 background-image:url(bg5.png);
    background-size:contain;
    color:#000000;
 font-weight: bolder;
    

}

.left img {
  width: 300px;
  height: auto;
  object-fit: cover;
  filter:invert(100%);
   transition: filter 0.3s ease, transform 0.3s ease;
}
.left img:hover{
 filter: invert(0%);/* color on hover */
  z-index: 1;
}



  
.square {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-right: 8px;
}

.right img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
filter:invert(100%);
   transition: filter 0.3s ease, transform 0.3s ease;
}
.right img:hover{
 filter: invert(0%);/* color on hover */
  z-index: 1;
}



p {
  font-size: 15px;
  font-weight: lighter;
  color: #ffffff;
  background-color: black;
  padding: 30px;
  letter-spacing: 2px;
}
h2 {
  padding: 20px;
  font-size: 25px;
  font-weight:60px;
  margin-bottom: 10px;
  color: #ffffff;
 background-color: #000000;
  
}


h3 {
  font-size: 25px;
  font-weight: bolder;
  
  color: #000000; }
  
a {text-decoration: none;
  color: white;
}

