.backgroundImage{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
}
.placeholder{
    width: 10%;
}
.progressbar{
    background-color: whitesmoke;
    border-radius: 15px;
    width: 80%;
    height: 50px;
    z-index: 50;
    bottom: 5%;
    position: fixed;
    margin-left: 10%;
}

.progress{
    height: 50px;
    width: 80%;
    background-color: aqua;
    border-radius: 15px;
    z-index: 51;
    position: fixed;
    bottom: 5%;
}

.container{
    display: flex;
    flex-direction: row;
    bottom: 5%;
}

.textOverlay{
    margin-top: -50px;
    z-index: 52;
    height: 50px;
}


.progressbarText{
    position: fixed;
    z-index: 52;
    color: black;
    font-size: large;
    font-family: sans-serif;
    width: 100%;
    text-align: center;
    bottom: 5%;
}

body{
    margin: 0;
}

.map{
    position: fixed;
    top: 3%;
    left: 3%;
    padding: 1%;
    background-color: #151922;
    opacity: 0.8;
    max-height: 5%;
    border-radius: 15px;
}

.user{
    position: fixed;
    top: 3%;
    right: 3%;
    padding: 1%;
    background-color: #151922;
    opacity: 0.8;
    max-height: 5%;
    border-radius: 15px;
}

.tttLogo {
    opacity: 1;
    height: 100%;
}

.mapName{
    opacity: 1;
    color: white;
    font-family: sans-serif;
    font-size: larger;
    font-weight: bolder;
    margin-left: 10px;
    margin-top: 10%;
}