h1{
    color: aquamarine;
}
.logo{
    margin-top: 10px;
   width: 100px;

}
.headcolor{
    color: rgb(255, 255, 255);
}
#cvbtn{
    background-color: lightslategray;
    border-radius: 20px;
    text-align: center;
    font-size: 19px;
}
#hometext{
    padding-top: 200px;
}
.pick{
    width: 350px;
    height: 400px;
}
.fontd{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}
.project-name{
    cursor: pointer;
    color: rgb(0, 0, 0);
    text-decoration: solid #ccc;
    font-size: 21px;
    
}
.imagesize{
    width: 400px;
    height: 300px;
    border-radius: 15px;
}

/* start details button style*/

button {
 padding: 15px 25px;
 border: unset;
 border-radius: 15px;
 color: #212121;
 z-index: 1;
 background: #e8e8e8;
 position: relative;
 font-weight: 1000;
 font-size: 17px;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms;
 overflow: hidden;
}

button::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 0;
 border-radius: 15px;
 background-color: #212121;
 z-index: -1;
 -webkit-box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 box-shadow: 4px 8px 19px -3px rgba(0,0,0,0.27);
 transition: all 250ms
}

button:hover {
 color: #e8e8e8;
}

button:hover::before {
 width: 100%;
}

/* end details button style*/

/*start technologies desigen*/

/*End technologies desigen*/