#container{
    width: 96%;
    min-height: 96%;
    height: auto;


    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

    align-items: start;

    font-size: 3vh;

    padding: 2%;
    padding-bottom: 10vh;

    background-color: var(--primaryPageColor);
}

#title{
    font-size: 4vh;
}

#divamap{
    margin: max(2%, 20px);
}

#linkAmap{
    color: #bfe8ff;
}

#linkAmap:hover{
    font-weight: bold;
    color: #0700ff;
}