@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  src: local('Raleway ExtraLight'), local('Raleway-ExtraLight'), url(http://fonts.gstatic.com/s/raleway/v9/8KhZd3VQBtXTAznvKjw-k_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


*{
	margin: 0px;
	padding: 0px;
}

body{
	background: linear-gradient(
		 220deg,
         gray,
         rgba(0,0,0,.8)
		);

  min-height: 100vh;
  font-family: 'Raleway', sans-serif; 
}

h1{	
   font-size: 25px;
   color: rgba(255,255,255,.7);
   text-align: center;
   padding-top: 20px;
}


footer{
	border-top: 1px solid rgba(255,255,255,.1);
	font-size: .8em;
	margin-top: 2em;
	padding-top: 1em;
	text-align: left;
	bottom: 10px;
	position: fixed;
	width: 100%;
	padding-left: 10px;
}

footer a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

.contenedor{
  position: relative;
  top:125px;
}

.text{
	font-size: 30px;
	font-family: Arial, Helvetica;
	color: white;
	border: 0px;
	/*background: #808080;*/
	background: rgba(255,255,255,.3);
	width: 490px;
	height: 80px;
	text-align: right;			
}

.columna1{
	font-size: 30px;
	font-family: Arial, Helvetica;
	color: white;
	border: 0px;
	background: #1E90FF;
	width: 80px;
	height: 80px;
}

.columna2 {
	font-size: 30px;
	font-family: Arial, Helvetica;
	color: white;
	border: 0px;
	background: #00BFFF;
	width: 80px;
	height: 80px;
}

.columna3 {
	font-size: 20px;
	font-family: Arial, Helvetica;
	color: white;
	border: 0px;
	background: #00BFFF;
	width: 80px;
	height: 80px;
}

.columna4 {
	font-size: 20px;
	font-family: Arial, Helvetica;
	color: white;
	border: 0px;
	background: #00BFFF;
	width: 80px;
	height: 80px;
}

.columna5{
	font-size: 30px;
	font-family: Arial, Helvetica;
	color: white;
	border: 0px;
	background: #1E90FF;
	width: 244px;
	height: 80px;
}

#clear{
	background: red;
}