@font-face{
    font-family: 'OpnSnsHbrw';
    src: url('assets/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
   }

html{
    font-size: 14px;
}

.mapContainer{
    max-width: 1280px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    top: 130px;
    /* max-width: 750px; */
    width: 100%;
    height: 100%;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
    align-items: center;
    z-index: 20;
}

.sub-titles{
    font-size: 1.5rem;
}

.gridContainer{
    align-self: flex-start;
    width: 100%;
}

.gridElm{
    font-family: 'OpnSnsHbrw';
    font-size: 1.4rem;
    color: white;
    margin-bottom: 30px;
}

.gridA{
    color: white;
    text-decoration: none;
}

.gridA:hover{
    color: #9B4AFF;
}

.grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.gridsBorder{
    display: block;
    background-color: rgb(255, 255, 255);
    max-width:1280px;
    width: 100%;
    height: 0.5px;
    margin: 25px 0 40px 0;
    align-self: center;
}

.versionTitle{
    margin-top: 140px;
    font-size: 1.6;
    color: rgb(193, 193, 193);
}

