/* css file for details page */

#map-img{
    width: 80%;
    aspect-ratio: 4/3;
    transition: width 1s;
}

#map-img:hover{
    width: 90%;
}

#map-link{
    font-size: 18px;
    color: #4CB963;
    text-decoration: none;
}

#map-link:hover{
    color: #4CB963;
    text-decoration: underline;
}