*{
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

body{
    background: rgb(250, 146, 0);
}



.container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
}

.banner{
    width: 100%;
    height: 140px;
position: relative;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

}

.tombstone_background_img{
    width: 60px;
    height: 70px;
    z-index: -1;
    position: absolute;
    right: 1px;
    top: 60px;

}

.spider_background_img{

     width: 55px;
    height: 65px;
    z-index: -1;
    position: absolute; 
        left: 1px;
        top: -20px;

}



.introduction_area{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
  position: relative;

margin: 20px 0 20px 0;
}

.welcome_phrase{
    font-size: 20px;
        width: 300px;

}


.map_container{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 45px;
}

#map{
    height: 50vh;
    width: 400px;
    border-radius: 10px;
    }


#content{
    width: 100%;
    height: 100px;
 display: flex;
 justify-content: center;
 align-content: center;
 text-align: center;
 gap: 15px;
font-size: 15px;
}




#content_info{
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 100;
    font-size: 15px;

}
.pop_up_img{
   
    border-radius: 5px;
    width: 90px;
    height: 90px;
}

#content button{
    color: white;
    height: 30px;
    width: 65px;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
}

.map_btn{
    padding: 5px;
    color: black;
    border-radius: 5px;
margin: 15px 4px 20px 4px;        

}

.user_pin{
    width: 13px;
    height: 13px;
    background: rgb(17, 251, 1);
    border-radius: 15px;
}



.map_legend{
    width: 90%;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: gray;
    margin-bottom: 20px;
    border: 2px solid black;
    border-radius: 5px;
   }


.map_legend_item{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
width: 160px;
}

.map_legend img{
    height: 35px;
    width: 35px;
    margin:0px 5px 0px 15px ;
}


.scroll_up_button{
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background-color: rgb(238, 231, 231);
    font-size: 20px;
    position: fixed;
    margin-left: 310px;
    bottom: 40px;
    z-index: 1;
    color: black;
}



footer{
    width: 100%;
    height: 130px;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;
}

footer img{
    width: 100px;
    height: 100px;
}


footer a {
    color: white;
    text-decoration: none;
}

.footer_line{
    background-color: gray;
    height: 1px;
    width: 350px;
    border-radius: 10px;
}


footer i, footer .fa{
    font-size: 14px;
}



footer .social_container {
    display: flex;
    gap: 15px;
}

.social_container .fa{
        font-size: 25px;
        color: white;

}

button:active { 
    background-color: rgb(193, 192, 187); 
} 