/* Your custom css code goes here */

.border{
    border: 2px solid rgba(35, 234, 170, 0.32);
    border-radius: 7px;
}

.map{
    background-image: url(../img/map.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}