::-webkit-scrollbar {
    width: 10px;
}

 ::-webkit-scrollbar-track {
    background: #181818;
}

 ::-webkit-scrollbar-thumb {
    background: #bebebe;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #606060;
}

body {
    background-color: #181818;
}

#notifylog {
    font-family: Arial, Helvetica, sans-serif;
    height: 92%;
    width: 40%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: #202020;
    color: #bebebe;
    font-size: large;
    overflow-y: scroll;
}

#log {
    padding-left: 10%;
}

#hidelog {
    position: absolute;
    top: 20px;
    background: #181818;
    font-size: 17px;
    border: none;
    cursor: pointer;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #bebebe;
    text-decoration: none;
    border-radius: 10px;
}

#hidelog:hover {
    background: #191919;
    color: #f1f1f1;
}

#showlog {
    position: fixed;
    background: #202020;
    font-size: 17px;
    border: none;
    cursor: pointer;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    color: #bebebe;
    text-decoration: none;
    border-radius: 10px;
}

#showlog:hover {
    background: #212121;
    color: #f1f1f1;
}

#notify {
    position: absolute;
    background: #202020;
    font-size: 17px;
    border: none;
    cursor: pointer;
    right: 20px;
    width: 40px;
    height: 40px;
    color: #bebebe;
    text-decoration: none;
    border-radius: 10px;
}

#notify:hover {
    background: #212121;
    color: #FFFF00;
}

#header {
    font-family: Arial, Helvetica, sans-serif;
    height: 8%;
    width: 40%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #202020;
    padding-top: 20px;
    color: #bebebe;
    font-size: large;
    overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
    #header {
        font-size: 0;
    }
    #notifylog {
        font-size: small;
    }
}

@media screen and (max-height: 600px) {
    #hidelog {
        width: 25px;
        height: 25px;
        border-radius: 15px;
        font-size: medium;
        top: 0;
    }
    #header {
        font-size: 0px;
        padding-top: 0px;
    }
}

#map {
    height: 100%;
    width: 80%;
    position: fixed;
    z-index: -1;
    bottom: 0;
    right: 0;
    background-color: #181818;
}

#notifications {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    text-align: center;
    position: absolute;
    left: 5%;
    bottom: 40px;
    width: 90%;
    height: 15%;
    background-color: #181818;
    border-radius: 20px/20px;
    z-index: 1;
}

#onDisplay {
    margin: 5%;
}

#start {
    color: #f1f1f1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    text-align: center;
    position: absolute;
    left: 5%;
    bottom: 40px;
    width: 90%;
    height: 15%;
    background-color: #181818;
    border-radius: 20px/20px;
    z-index: 1;
}

#startbutton {
    width: 100%;
    height: 100%;
    color: white;
    font-size: large;
    background-color: #181818;
    border-radius: 20px/20px;
    border: none;
}