.active {
    background-color: teal;
  }
  .profile {
    margin-left: 1500px;
    margin-top: 50px;
    width: 100px;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navbar ul.left {
    flex: 1;
}
.navbar ul.right{
  flex:1;
  justify-content: right;
  color:lightskyblue;
}

.navbar ul.center {
    flex: 2;
    justify-content: center; /* Center the middle section */
}

.navbar li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white; /* Adjust color as needed */
}
.navbar a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white; /* Ensure this matches your desired text color */
    /* Add any other styles you want to apply universally */
}

  .welcome{
    padding-top: 50px;
    text-align: center;
    color: palegreen;
    font-size: 30px;
    font-family: monospace;
    height: 600px;
  }
  .projects{
    background-color: teal;
    text-align: center;
    color:linen;
    
 
  }
  .resume{
    text-align: center;
    
  }
  .contact{
    background-color: teal;
    text-align: center;
  }
  .logo{
    padding: 20px;
    height: 50px;

  }
  #box {
    display: inline-block;
    margin: 50px;
    text-align: center;
    background-color: rgba(40, 40, 190, 1);
    border: 4px solid rgb(20, 20, 120);
    transition: background-color 1s, border 1s;
    width: 250px;
    height: 320px;
    
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  
  #block{
    display: inline-block;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    
    width: 250px;
    height: 300px;
    padding: 10px;
  }
  

  .vertical {
    color: white;
    font: 32px "Arial";
    
  }

  
  .extra {
    width: 350px;
    height: 350px;
    margin-top: 10px;
    border: 4px solid rgb(20, 20, 120);
    text-align: center;
    padding: 20px;
  }
  .card {
    display: inline-block;
      width: 18rem;
      height: 20rem;
      margin: 0 auto;
      background-color: white;
      border-radius: 10px;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
      transition: all 0.3s;
      
  }
      .card:hover {
      box-shadow: 0 6px 6px 0 rgba(0,0,0,.14),0 7px 5px -2px rgba(0,0,0,.2),0 5px 9px 0 rgba(0,0,0,.12);
      top: -4px;
      transform: translateY(-4px);
      }
  
      .card:active {
          box-shadow: 0 0 0 0 rgba(0,0,0,.14),0 0 0 0  rgba(0,0,0,.2),0 0 0 0  rgba(0,0,0,.12);
          transform: translateY(4px);
      }
    

.viewmore {
  display: inline-block;
    width: 10rem;
    height: 4rem;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    transition: all 0.3s;
    
}
  .viewmore:hover {
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.14),0 7px 5px -2px rgba(0,0,0,.2),0 5px 9px 0 rgba(0,0,0,.12);
  top: -4px;
  transform: translateY(-4px);
    }

  .image {  
    background-color: #ce8098;
    height: 11rem;
    width: 100%;
    padding: 2rem;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
   
  }
  .imageBox {
    display: inline-block;



  }
  .text {
    padding: 0.5rem;
    font-size: 10px;
  }
  
