    html {
        /* background-color: #ffffff; */
        background-color: hsl(0, 0%, 100%);
        /* background-image: url("https://www.transparenttextures.com/patterns/black-thread.png"); */
        
    }
    img {
        width: 100%;
        height: 50%;
        margin-bottom: 10px;
        border-radius: 10px;
    }


    h1 {
        font-family: 'Libre Baskerville';
        font-weight: 200;
    }
    h2 {
        font-family: 'Libre Baskerville';
        font-weight: 100;
    }
    body {
        font-family: 'Libre Baskerville';
        /* background-color: #deebed; */
        /* background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png"); */

        
    }
    div {
        border-radius:20px ;
        padding: 15px;
        /* background-color: #e4f7ff; */
        background-color: #e5edfe;

        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #hea {
        padding-left: 15px;
    }
    
    #head {
        padding-bottom: 20px;
        border-radius: 50%;
        height: 30;
        width: 30vw;
        display: flex;
        justify-self: center;}

    .heroes {
        float: left;
    }

    .profile {
        float: left;
        overflow-clip-margin: content-box;
        overflow: clip;
    }

    .nav-item {
        margin-left: 10px;
    }

    .navebar {
        margin-top: 10px;
    }

    #sub, #subreact, #subrecent, #subwebapps, #subjava, #subgraphics, #subart {
        background-color: rgb(59, 137, 231);
    }

    .gradient-background {
  background: linear-gradient(300deg, #c5cff7, #b1c3df, #ffffff);
  background-size: 180% 180%;
  animation: gradient-animation 10s ease infinite;
}

/* @keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */   
  .feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;

  }
