body {
    margin: 0;
    /* width: 100vw; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #fffefe;
}

#mo0w {
    display: block;
    max-width: 75%;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

#project {
    text-align: center;
    font-size: 15vh;
    font-family: Source Code Pro;
    padding-top: 100px;
}

.centered {
    width: 100%;
    text-align: center;
    display: block;
}

#inputImage {
    width: 60vw;
    max-width: 400px;
}
    
#selection {
    margin: 0;
    /* width: 100vw; */
    display: block;
}


#tags {
    text-align: center;
    font-family: Source Code Pro;
    font-width: 30px;
}

#tagline {
    text-align: center;
    display: block;
    color: black;
    /* padding: 1em 1.5em; */
    /* width: 400px; */
    /* margin-top: 50px; */
    /* margin-left: 25vw; */
    /* margin-right: 25vw; */
    /* margin-bottom: 50px; */
    /* text-decoration: none; */
    /* text-transform: uppercase; */
    /* font-size: xx-large; */
    font-family: Source Code Pro;
}

#inputImage {
    display: block;
    max-width: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


#selectImage {
    text-align: center;
    display: block;
    background-color: red;
    color: white;
    padding: 1em 1.5em;
    width: 30vw; 
     margin: auto;
    /*margin-top: 100px;*/
    /*margin-left: 25vw;*/
    /*margin-right: 25vw;*/
    /*margin-bottom: 100px;*/
    /* text-decoration: none; */
    /* text-transform: uppercase; */
    /* font-size: xx-large; */
    font-family: Source Code Pro;
    font-weight: bold;
    
}

#selectImage:hover {
  background-color: #555;
}

#selectImage:active {
  background-color: black;
}

/* label:visited { */
/*   background-color: #ccc; */
/* } */

/* Non-Demo Styles */
/* body { */
/*   display: flex; */
/*   justify-content: center; */
/*   align-items: center; */
/*   height: 100vh; */
/* } */

/* #selectImage { */
/*     /\* width: 300px; *\/ */
/*     background-color: #EEEEEE; */
/*     color: #333333; */
/*     padding: 2px 6px 2px 6px; */
/*     border-top: 1px solid #CCCCCC; */
/*     border-right: 1px solid #333333; */
/*     border-bottom: 1px solid #333333; */
/*     border-left: 1px solid #CCCCCC; */
/*     font-size: xx-large; */
/* } */

  


#container {
    width: 100vw;
    /*height: 100%;*/
    text-align: center;
    font-size: 0; 
}

.images {
    display: block;
    max-width: 75%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}


footer {

    
    position: relative; 
    bottom: 0;
    bottom:0;
    left:0;
    right:0;
    background: black;
    
    /* position: absolute; */
}


.footerImg {
    /* height: 50px; */
    max-height: 50px;
    max-width: 35vw;
}

#thanks {
    padding-top: 50px;
    padding-bottom: 50px;
    display: center !important;
    color: white !important;
    text-align: center;
    font-size: 5vw;
    font-family: Source Code Pro;
}

#thanks2 {
    padding-top: 50px;
    padding-bottom: 50px;
    display: center !important;
    color: white !important;
    text-align: center;
    font-family: Source Code Pro;
    font-size: 3vw;
}
