details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
.projects-summary:hover{
    cursor: pointer;
    color: #537;
}
.latest-projects, .other-projects, .experience{
    padding: 1%;
    margin-top: 5%;
    border-radius: 25px;
    //background-color: white;
    //box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .35);
    margin-bottom: 5%;
}
.project-pic{
    max-width: 100%; /* Ensures the image doesn't exceed its container's width */
    height: auto;
    margin-top: 5%;
}

.project-name{
    color: #537;
}
.latest-project, .other-project{
    padding: 1%;
    //border-radius: 25px;
    //box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .35);
    margin-bottom: 5%;
}

.mobile-size{
    max-width: 30%;
}
