#start{
    position: absolute;
    height: 100%;
    width: calc(100% - 20px);
    background-color: #fff;
    padding-left: 20px;
}
#map{
    position: fixed;
    height: 100%;
    width: 100%;
}
#content{
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #00000000;
    overflow-y: auto;
    transition: 0.3s background-color ease;
}
body{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
#agent{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
}
.axis{
    filter: opacity(0);
    transition: filter 0.3s ease;
}
#cover{
    border-radius: 5px;
    height: calc(100% - 280px);
    position: relative;
}
#places, #Human-environment-Interaction, #location, #movement, #region, #intro{
    min-height: 100%;
    color: #fff;
    margin-left: 20px;
}
#intro{
    color: #000;
}
#scrollText{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 20px);
    text-align: center;
}
a{
    color: #8585ff;
    display: block;
}
a:visited{
    color: #8585ff;
}
h1{
    font-size: 50px;
}
h2{
    font-size: 35px;
}
p{
    font-size: 24px;
}
