:root{
  font-family: Raleway;
}

h1{
  text-align: center;
  font-size: 2.5em;
  padding: auto;
}
h2{
  text-align: center;
  font-size: 2em;
  padding: 0 auto;  
  margin: 0 auto;
}

.field{
  padding: auto;
  text-align: justify;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 4em;
}

a{
  text-decoration: linethrough;
  color: black;
  font-weight: 600;
}

p{
  width: 50%;
  margin: auto;
  padding-bottom: 4em;
}

ul{
  list-style: none;
  
}
#results{
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: 5em;
  width: 70%;
  justify-content: center;
}

#links{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0 auto;
  width: 60%;
  margin: auto;
  margin-bottom: 3em;
  
  
}
button{ 
  font-family: Raleway;
  font-weight: 500;
  color: white;
  background-color: black;
  display: flex;
  font-size: 2.5em;
  margin: auto;
  margin-top: 2.5em; 
  padding: auto;
  width: 50%;
  justify-content: center;
  border-radius: 0.6em;
  
  
}
img{
	width:30%;
}
#images{
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1024px){
	button{
		font-size: 2.2em;
	}
	#results{
		font-size: 1.2em
	}
	h1{
		font-size: 2.2em;

	}
	h2{
		font-size: 2.2em;
	}
	.field{
		font-size: 1em
	}
}
@media screen and (max-width: 900px){
	button{
		font-size: 1.93em;
	}
	#results{
		font-size: 1.05em;
	}
	h1{
		font-size: 1.93em;
	}
	h2{
		font-size: 1.93em;
	}
	.field{
		font-size: 1em;
	}
}
@media screen and (max-width: 768px){
	button{
		font-size: 1.65em;
	}
	#results{
		font-size: 0.9em;
	}
	h1{
		font-size: 1.65em;
	}
	h2{
		font-size: 1.65em;
	}
	.field{
		font-size: 0.8em;
	}
}
@media screen and (max-width: 480px){
	button{
		font-size: 1.03em;
	}
	#results{
		font-size: 0.5626em;
	}
	h1{
		font-size: 1.03em;
	}
	h2{
		font-size: 1.03em;
	}
	.field{
		font-size: 0.5em;
	}
}
/*terminei*/
