body
{
	background-color: #6db2fd
}

.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%
}

.win
{
	width: 15%;
}

.linux
{
    width: 15%;
}

.contact
{
    width: 15%;
}

h1, h2
{
	color: black;
	text-shadow: 4px 4px 8px white;
}

h1
{
	text-align: center;
}
p
{
	color: black;
	text-shadow: 2px 2px 4px white;
}

a
{
	color: #FFF;
	text-shadow: 2px 2px 4px #CCC;
}

img
{
	border: 4px double #CCC;
	border-radius: 10px;
}
