html {
background-image : url(background.png);
}

body{
text-align : center;
color: #EAFFFE;
font-family: 'Aldrich', sans-serif;
}

a {
color: #6D6E70;
text-decoration: none;
margin: 9px;
font-size: 16pt;
padding : 2px;
}

a:visited {
    color: #013E41;
}

a:hover {
    color: #90FEFF;
}

h2{
font-size :25pt;
}

#fonds{
background : #101010;
width : 275px;
box-shadow: 0px 29px 47px -1px #90FEFF;
text-align:left;
}

#fonds2{
background : #101010;
width : auto;
box-shadow: 0px 29px 47px -1px #90FEFF;
max-width:75%;
margin-top : 15%;
}

html { 
 zoom: 0.93; 
}

.special1{
color: #F3615A !important;
}

.special1:hover{
color: #8E3C3A !important;
}