*{
    box-sizing: border-box;
}

body{
    background-color: #222222;
    margin: 0;
    padding-bottom: 70px;
}

h1{
    text-align: center;
    color: white;
}



.maptwo{
    border-radius: 20px;
}










.bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;

    background: linear-gradient(to top, #181818 0%, #3d3d3d 100%);

    justify-content: space-evenly;
    padding: 22px;
    font-size: 30px;
    z-index: 9999;
}

