p {
	margin-right:30px;
	margin-left:30px;
	text-align: center;
	font-size: 50px;
	font-family: Lato,sans-serif;
}

p#loremipsum {
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: initial;
	text-align: left;
    width: 70%;
}

#refresh{
	margin-left: auto;
	margin-right: auto;
	width: 65px;
	margin-bottom: 3%;
	height: 65px;
	cursor:pointer;
}

#likeit{
	width: 50px;
	height: 50px;
	cursor:pointer;
	margin-right:10px;
}
#nblikeit{
	font-size: 17px;
}
.divOutils{
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.divlikeit{
	margin-bottom: 3%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	width: 90px;
	height: 52px;
}

.contentForm{
	margin-bottom: 3%;
}

.divphrase{
	margin-top:10%;
	width:100%;
}

.g-recaptcha{
	margin-top: 1.7%;
	margin-left: auto;
	margin-right: auto;
	width: 304px;
}
.checkCaptchaFalse{
	margin-bottom: 1%;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: red;
	font-size: 15px;
	font-family: -webkit-body;
	margin-right: 0px;
	margin-left: 0px;
}
.checkCaptchaTrue{
	margin-bottom: 1%;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #44b449;
	font-size: 15px;
	font-family: -webkit-body;
	margin-right: 0px;
	margin-left: 0px;
}

body {
	height: 55% ;		
}

form {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family: Lato,sans-serif;
}

input { 
	width: 250px; 
} 

h1{
	font-size: 30px;
    margin-left: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.divloremipsum {
    text-align: left;
    width: 562px;
    margin-right: auto;
    margin-left: auto;
}

.divloremipsum a{
    color: #B0B0B0;
}

@media screen and (max-device-width: 605px) and (orientation: portrait){
	.divlikeit {
		width: 200px;
		height: 160px;
	}
	#likeit {
		width: 130px;
		height: 130px;
		cursor: pointer;
		margin-right: 16px;
	}
	#nblikeit {
		font-size: 65px;
	}
	#refresh {
		width: 200px;
		height: 200px;
	}
	input {
		width: 652px;
		padding: 10px;
	}
	form {
		font-size: 45px;
		margin-bottom: 75px;
	}
	.g-recaptcha {
		margin-top: 1.7%;
		margin-left: auto;
		margin-right: auto;
		width: 600px;
	}
	.divphrase {
		margin-top: 5%;
	}
	p {
		font-size: 80px;
	}
	.checkCaptchaFalse{
		font-size: 40px;
	}
	.checkCaptchaTrue{
		font-size: 40px;
	}
}