body{
    position: relative;
    background:#87CEEB;
    font-family:sans-serif;
}

#map{
    position: absolute;
    top: 10vw;
    margin-left: 35vw;
    width: 62vw;
    height: 80vw;
    display: block;
    border: 0.5vw solid black;
    border-radius: 30px;
    box-sizing: border-box;
}

h1{
    color:white;
    font-size: 6vw;
    width: 100vw;
    margin-top: 0;
}

p{
    font-size:24px;
}



#scroll{
    position: fixed;
    top: 90vh;
    right: 5vw;
    z-index: 9999;
}

#list{
    position: absolute;
    display: block;
    border: 3px solid rgb(0, 0, 0);
    margin-left: 10px;
    top: 10vw;
    width: 30vw;
    height: 80vw;
    font-size: 3vw;
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 8px;
    background-color: #a4e0fa;
    box-sizing: border-box;
}

.listname{
    margin: 1%;
}


#list::-webkit-scrollbar {
    width: 4px;
}

#list::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

#content{
    margin-top: 82vw;
    font-size: 30px;
}