@font-face {
      font-family: 'fontello';
      src: url('./font/fontello.eot?7639982');
      src: url('./font/fontello.eot?7639982#iefix') format('embedded-opentype'),
           url('./font/fontello.woff?7639982') format('woff'),
           url('./font/fontello.ttf?7639982') format('truetype'),
           url('./font/fontello.svg?7639982#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.demo-icon
    {
      font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
margin-right: .2em;
text-align: center;
font-variant: normal;
text-transform: none;
margin-left: .2em;
-webkit-font-smoothing: antialiased;
color: #fff;
-moz-osx-font-smoothing: grayscale;
    }
body {
 color: #f2f2f2;
text-align: center;
background: #94d1a5;
background: linear-gradient(to right, #94d1a5, #a0c582);
}
h1{
	font-size: 6em;
	cursor:pointer;
	margin: 0px;
}
a{
	color: inherit;

text-decoration: none;
}
.link_download{
	font-size: 3em;
	color: #5a3f60;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	padding: 10px;
	border: 5px solid #91be88;
	border-radius: 10px;
	background: #f2e1ab;
	box-shadow: 0px 0px 10px #0000003d;
	font-family: arial;
}
.link_download:hover{

}
.filename{
	font-size: 3em;
color: #fff;
font-weight: bold;
margin: 1%;
}
.the-icons a{
	color: #fff;
	display: inline;
	font-size: 0.6em;
	margin: 1em;
}
.the-icons{
	
}

.list_mods {
    display: inline-block;
    font-size: 0.3em;
    margin: 1%;
    width: auto;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    color: #5a3f60;
    font-weight: bold;
    padding: 10px;
    border: 5px solid #91be88;
    border-radius: 10px;
    background: #f2e1ab;
    font-family: arial;
}
.list_mods:hover{
box-shadow: 0px 0px 0px #8daa76;
}