#link a
{
    color: black;
    background-color: yellow;
}

#link
{
    font-size: 32px;
    color: black;
    margin-top: 270px;
    width:100%;
    text-align: center;
}

#content
{
    width:100%;
    height:800px;
    background-image: url("../images/halflivesmatter-logo-exploded.svg");
	background-size:100% 100%;
    margin: auto;
	overflow-x: hidden;
}

body
{
    background-color: yellow;
	width:100%;
	margin: auto;
	overflow-x: hidden;
}