	html, body{
			margin: 20;
			padding: 20;
		}
		* {
  box-sizing: border-box;
}
.container {
    max-width: 960px;
}
.column {
  float: left;
  padding: 10px;

}
.left {
			width: 20%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			padding: 20px;
			color:#000;
}
.right {
			width: 20%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			padding: 20px;
			color:#000;
}
.left .button{
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 10px 10px;
  			border-radius: 12px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 24px;
			font-family: 'Poppins', sans-serif;
  			margin: 4px 2px;
  			cursor: pointer;
			width:100%;
		}
.right .button{
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 10px 10px;
  			border-radius: 12px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 24px;
			font-family: 'Poppins', sans-serif;
  			margin: 4px 2px;
  			cursor: pointer;
			width:100%;
		}
.middle {
  			width:60%;
			height:auto;
			text-align: center;
			box-sizing: border-box;
			padding: 5px;
}
img {
  max-width: 100%;
  height: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.spanish{
	font-family: 'Poppins', sans-serif;
	font-size:50px;
}
.title{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#000;
	width:100%;
	text-align:center;
}

@media screen and (max-width: 768px){
* {
  box-sizing: border-box;
}
.container {
    max-width: 768px;
	max-height:auto;
}
.column {
  float: left;
  padding: 10px;

}
.left {
			width: 20%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			padding: 5px;
			color:#000;
}
.right {
			width: 20%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			padding: 5px;
			color:#000;
}
.left .button{
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 4px 2px;
  			border-radius: 2px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 9px;
			font-family: 'Poppins', sans-serif;
  			margin: 2px 1px;
  			cursor: pointer;
			width:100%;
		}
.right .button{
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 4px 2px;
  			border-radius: 2px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 9px;
			font-family: 'Poppins', sans-serif;
  			margin: 2px 1px;
  			cursor: pointer;
			width:100%;
		}
.middle {
  			width:60%;
			height:auto;
			text-align: center;
			box-sizing: border-box;
			padding: 3px;
}
img {
  max-width: 90%;
  height: auto;
}
.spanish{
	font-family: 'Poppins', sans-serif;
	font-size:20px;
}
.title{
	font-family: 'Poppins', sans-serif;
	font-size:10px;
	color:#000;
	width:100%;
	text-align:center;
}
}
@media screen and (max-width: 480px){
* {
  box-sizing: border-box;
}
.container {
    max-width:480px;
	
}
.column {
  float: left;
  padding: 5px;

}
.left {
			width: 20%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			padding: 2px;
			color:#000;
}
.right {
			width: 20%;
			float: left;
			text-align: center;
			box-sizing: border-box;
			padding: 2px;
			color:#000;
}
.left .button{
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 2px 1px;
  			border-radius: 1px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 7px;
			font-family: 'Poppins', sans-serif;
  			margin: 1px 1px;
  			cursor: pointer;
			width:100%;
		}
.right .button{
			background-color: #4CAF50; /* Green */
  			border: none;
  			color: white;
  			padding: 2px 1px;
  			border-radius: 1px;
  			text-align: center;
  			text-decoration: none;
  			display: inline-block;
  			font-size: 7px;
			font-family: 'Poppins', sans-serif;
  			margin: 1px 1px;
  			cursor: pointer;
			width:100%;
		}
.middle {
  			width:60%;
			height:auto;
			text-align: center;
			box-sizing: border-box;
			padding: 1px;
}
img {
  max-width: 100%;
  height: auto;
}
.spanish{
	font-family: 'Poppins', sans-serif;
	font-size:12px;
}
.title{
	font-family: 'Poppins', sans-serif;
	font-size:5px;
	color:#000;
	width:100%;
	text-align:center;
}
}

		
/* Loader */
.loader {
    left: 50%;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 150px;
}
.loader .percentage {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    color: #4caf50;
}
.loader .ball {
    background: #38d368;
    border-radius: 5px;
    display: block;
    height: 10px;
    left: 15px;
    position: absolute;
    top: 5px;
    width: 10px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: along;
    animation-timing-function: linear;
}
.loader .ball2 {
    background: #508ec3;
    border-radius: 5px;
    display: block;
    height: 10px;
    left: 15px;
    position: absolute;
    top: 5px;
    width: 10px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: along;
    animation-timing-function: linear;
    animation-delay: -1s;
}
.loader ul {
    margin: 0;
    padding: 0;
}
.loader li {
    background-color: #00bff3;
    border-radius: 5px;
    display: inline-block;
    margin: 0;
    height: 10px;
    width: 30px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: around;
    animation-timing-function: linear;
}
.loader li:nth-child(1) {
    animation-delay: 0s;
}
.loader li:nth-child(2) {
    background-color: #82ca9c;
    animation-delay: 0.2s;
}
.loader li:nth-child(3) {
    background-color: #f69679;
    animation-delay: 0.4s;
}
.loader li:nth-child(4) {
    background-color: #acd373;
    animation-delay: 0.6s;
}
.loader li:nth-child(5) {
    background-color: #959595;
    animation-delay: 0.8s;
}
  
@keyframes around {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(359deg);
    }
  }
@keyframes along {
    0% {
      left: 0;
      top: 5px;
    }
    5% {
      top: 3px;
    }
    10% {
      top: 5px;
    }
    15% {
      top: 3px;
    }
    20% {
      top: 5px;
    }
    25% {
      top: 3px;
    }
    30% {
      top: 5px;
    }
    35% {
      top: 3px;
    }
    40% {
      top: 5px;
    }
    45% {
      top: 3px;
    }
    50% {
      left: 100%;
      top: 5px;
    }
    100% {
      left: 100%;
    }
}