body{
    background-color: gray;
}


.kuber{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 60rem;
    grid-auto-rows: minmax(12rem, auto);
    gap: 1rem;
    padding-left: 20%;
    
    
}

.text {
font-family: 'Kenia', sans-serif;
padding-left: 150;
}
.text_2{
 font-family: 'Kenia', sans-serif;
padding-left: 25%;
}


.imgLink
 { border: none; background: none; }
.imgLink img
{
  height: 8rem;
}
.imgLink:hover img, .imgLink:focus img
{
  height: 16rem;
}


a 
{
text-decoration: none ;
color: white;
}

a:hover {
text-decoration: none;
color: white;
}

a:active {
    text-decoration: none;
color: white;
}
.border{
  border-style: solid;
  border-color:blueviolet;
  padding: 10px;
  
}
.footer{
  padding-left: 40% ;
}

