.map-container{
    background-image: url("https://static.igem.wiki/teams/5327/basic-img/map-cropped.svg");
    width: 100%;
    height: 80vh;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.image-button {
    border: none;
    background-color: transparent;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    width: 12vh;
    height: 12vh;
    position: absolute;
}
.image-button img {
     border: none;
    border-radius: 50%;
    box-shadow: 0 0 5px #154f2e;
  width: 100%;
  height: 100%;

  display: block;
}
.edH1{
    font-family: 'Josefin Sans';
    color: #15231b;
}
.content a img{
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);!important;
}
.content a img:hover{
    box-shadow: 8px 8px 8px rgba(124, 252, 0, 0.6);!important;
}
.section a::after {
    position: absolute;
    left: 0;
    background: none; /* 渐变颜色 */!important;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: left;
}

.section a:hover::after {
    transform: none;!important;
}
