@import url('https://fonts.googleapis.com/css?Lobster');

body {font-family: Helvetica;background-color:#E6E0F8;}

/* form {border: 3px solid #313538;} */
/****************************  UPLOAD btn *****/
/****************************  BUTTON *****/
.imgCamera {
    cursor:pointer;
    text-align: center;
    margin: 24px 0 12px 0;
    border-radius: 5%;
	width:60%;
   }

.txtHlgr_true{
   text-align:center;
   color:#0101DF; 
   font-size: 30px;
}

.txtHlgr_false{
   text-align:center;
   color:#FF0000; 
   font-size: 20px;
		
}

/* Centered text */
div.Centr {
	display: block;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	/* position:absolute; */
}

/*********** Change styles on small and extra small screens *******/

@media screen and (max-width: 1200px) {
    .imgCamera               {width:30%;}
}

@media screen and (max-width: 680px) {
    .imgCamera               {width:40%;}
}

@media screen and (max-width: 400px) {
    .imgCamera              {width:80%;}
}

