body{
    background-color: black;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
  
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.signIn{
    display: flex;
    border: rgb(223, 217, 217) 2px solid;
    border-left: turquoise 2px solid;
    border-right: turquoise 2px solid;
    border-top: tomato 2px solid;
    border-bottom: tomato 2px solid;
    margin-top: 50px;
    /* margin: 100px 100px;
    padding: 100px 100px; */
    /* flex-wrap: wrap; */


    height: 1300px;
    width: 90vw;

    flex-direction: column;
    overflow: auto;
    justify-content: center;
    text-align: center;
    
    
}

/* map */
#map{
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0;
    height: 1299px;

    /* width: 70vw; */


}


/* welcome note */

.welcome{
    justify-content: flex-end;
    font-size: 25px;
    color: wheat;
    flex-wrap: wrap;

    
    
}

#intro{
    color: wheat;
    margin: 5vh 5vw;
}


/* trash it styling */

#trash{
    color: turquoise;

}
#it{
    color: tomato;
}
#bt-1{
    background-color: #0F90F3;
    padding: 5px 5px;
    border-radius: 5px;
    color: white;
    border: solid 2px white;
    width: 100px;
}

#bt-2{
    background-color: #0F90F3;
    padding: 5px 5px;
    border-radius: 5px;
    color: white;
    border: solid 2px white;
    width: 100px;
    margin-top: 10px;
}

.right{
    color: wheat;
    margin-top: 20px;
    margin-bottom: 0px;
}
.form{
    padding-top: 20px;
    padding-bottom: 20px;
}


/* login page */
.loginPage{
    display: flex;
    border: rgb(223, 217, 217) 2px solid;
    border-left: turquoise 2px solid;
    border-right: turquoise 2px solid;
    border-top: tomato 2px solid;
    border-bottom: tomato 2px solid;
    margin-top: 50px;
    /* margin: 100px 100px;
    padding: 100px 100px; */
    /* flex-wrap: wrap; */


    height: 600px;
    width: 90vw;

    flex-direction: column;
    overflow: auto;
    justify-content: center;
    text-align: center;
    
    
}