body
{
background-color: #000000;
color: #57F2BD;
font-family: comic;
text-align:center;
}

h1
{
color: #4830D1;
font-family:arial;
text-align:center;
}

h2
{
color: #9A9AED;
font-family:arial;
text-align:center;
}

div.info
{
background-color:#254D41;
font-family:arial;
text-align:center;
width:375px;
margin:auto;
}

div.picture
{
border:1px solid #57F2BD;
width:33%;
float:left;
}

div.picture:hover
{
border: 3px solid #EADCFC;
}

div.picture img
{
width:100%;
height:auto;
}

div.big_picture
{
border: 1px solid #57F2BD;
width:50%;
float:left;
}

div.big_picture:hover
{
border: 3px solid #EADCFC;
}

div.big_picture img
{
width:100%;
height:auto;
}

div.desc
{
padding: 2px;
text-align:center;
font:comic;
height:70px;
}

*{
box-sizing: border-box;
}

.gallery
{
padding: 0 6px;
float:center;
width:75%;
margin:auto;
overflow:auto;
}

.clearfix:after
{
content:"";
display:table;
clear:both;
}
