@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
	background-color: #f5f5f5;
}
.en{
  font-family: 'Montserrat', sans-serif;
}
.atform{
  width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color:white;
  border-radius: 25px;
  box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.75);
}
@media screen and (max-width: 600px) {
	body{
		background-color: white;
	}
	.atform{
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 20px;
		box-shadow: 0px 0px 30px -10px rgba(0,0,0,0.0);
	}
}
