body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
    text-align: center;
}


.navbar {
    padding: 10px;
    text-align: left;
    font-family: "Irish Grover", serif;
    font-weight: 100;
    font-style: normal;
    width: 100vh;
}

.home-icon {
    color: rgb(216, 111, 239);
    font-size: 18px;
    cursor: pointer;
}

.container {
    margin-top: 50px;
    
}

.grid{
    display: grid;
   grid-template-columns: repeat(4,1fr);
    grid-gap: 2rem;

 
   
}


h1 {
    font-size: 8rem;
    font-weight: bold;
    color: #be55fb;
    font-family: "Jaro", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 6rem;
    margin-bottom: 20px;
    font-family: "Irish Grover", serif;
    font-weight: 400;
     font-style: normal;
}
h3:hover{
    color:black
}


.project {
    padding:3rem 0rem;
    background: linear-gradient(to right, #9370db, #ff69b4);
    border-radius: 10px;
    width: 100%;
   
    
}

.project:hover{
    transform: scale(120%);
    background: linear-gradient(to right, #ff69b4,#9370db);
    transition: 2s;

}


a{
    text-decoration: none;

}

h3{
    color: rgb(76, 0, 255);
    font-size: 1.34rem;  
  font-family: "Irish Grover", serif;
  font-weight: 400;
  font-style: normal;


}




.bar{
   
    padding-top: 10px;
    padding-bottom: 10px;
   width: 100%;
}


