html {
    scroll-behavior: smooth;
}

body{
    padding-top: 60px;
    /*background-image: url('../images/map-blank.jpg');*/
    background-color: rgba(207, 207, 207, 0.719);
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
}

.macondo-regular {
    font-family: "Macondo", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.margin-2per{
    margin: 10px;
}

.card {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px #0000001a;
    display: flex;
    flex-direction: column;
    width: 40%;
    backdrop-filter: blur(10px);
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    align-items: center;
}

.right-aligned {
    margin-left: auto;
}

.flex-container {
    display: flex;  
    align-items: center;  
    justify-content: flex-start; 
    gap: 30%; 
    padding-bottom: 20px;
    padding-top: 60px;
}

.image-container {
    position: relative;
    z-index: 5; 
    width: 22%;
    height: 22%; 
}

.image-container img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    border-radius: 50%;  
}

.bebas-neue-regular {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
  }
  
