body {
background: #E726E1;
background-image: url("http://31.media.tumblr.com/tumblr_m6mgzh3SVR1r8pujxo1_500.png");
background-size:cover;
color: black;
font-family: Verdana;
}
a { 
color:#F7AFFF;
}
a:hover { 
color: #F7AFFF;
}
.icon {
margin-top: 40px;
text-align: center;
}
.icon img {
border: 1px solid #F7AFFF;
width: 120px;
height: 120px;
}
.container { 
background: transparent;
margin: 10px auto;
position: relative;
text-align: center;
}
.box {
background: white;
border: 1px solid #F7AFFF;
padding: 10px;
width: 300px;
height: auto;
min-height: 335px;
display: inline-block;
margin: 10px;
overflow: hidden;
vertical-align: top;
}