
@media all and (min-height: 50px) and (max-height: 599px) {
	body {
    	font-size: 8px;
  	}
}

@media all and (min-height: 600px) and (max-height: 1999px) {
	body{
		font-size: 1.5vh;
	}
}

@media all and (min-height: 2000px) {
	body {
		font-size: 30px;
	}
}

*{
	margin:0px;
}

html {
	min-width: 1000px;
	min-height: 700px;
}

body{
	font-family: 'Quicksand', sans-serif;
	background-color: black;
	background-image: url("../imagens/fundo1.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

h3{
	line-height:2em;
	font-size: 1.7em;
}

.texto{
	margin-top: 7%;
	margin-left: 10%;
	color: white;
}
.link{
	margin-top: 5%;
	margin-left: 36%;
	width: 50%;
}

.estrela{
	margin-top: -10%;
	margin-left:13%;
}
.estrela2{
	margin-top: -20%;
	margin-left:80%;
}
