

.share-tech-regular {
  font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}


.main-menu{
  display:flex;
  font-family: "VT323";
  justify-content:space-evenly ;
  list-style-type: none;
  font-size: 25px;
  padding-top:25px;
  }

body{
    /*background-image: linear-gradient(to right,pink, purple , blue);*/
background-image: url(sky.jpg);
background-size: cover;

}

.main-title{
  color:white;
  text-align: center;
  font-family: "Honk", system-ui;
  font-size: 40px;
  padding:0 20px;
  margin: 20px;
}

.main-content{
  display: flex;
  align-items: center;
  flex-direction:column;
  }

.desc{
  color: white;
   font-family: "VT323", monospace;
   font-size: 25px;
   padding: 0 100px 0 100px;
  
}

a{
  text-decoration: underline;
  font-weight: bold;
  color:white;
  }
  
  .grid-art {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.grid-art img {
  width: 100%;
  height:100%;
  object-fit: contain;
}
 