body{
    background: rgb(88,88,88);
    background: radial-gradient(circle, rgba(88,88,88,1) 41%, rgba(24,23,23,1) 87%);  
}

.navbar {
    z-index: 1000; 
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 45px;
}

.carousel-caption h5 {
    font-size: 24px; 
    color: white;
}

#map {
    width: 100%;
    height: 600px;
  }

.map-container {
    position: relative;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-img-top {
    width: 100%;
    height: 200px; 
    object-fit: cover; 
}

.card-body{
    height: 260px;
}

.container-copyR {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; 
}

.social-icon{
    color: white;
    margin-left: 15px;
    font-size: 30px;
}

.social-icon :hover{
    color: lightblue;
}

.card-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}