.heading {
color: white;
text-shadow: 3px 3px #000000;
text-align: left;
float: right;
}

.main{
text-align: center;
color: white;
font-size: 24px;
font-family: "ancienthellenic-webfont"
}

a:link {
    color: blue;
}

a:visited {
 color: red;
}

body {
background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/7/76/Mount_Fuji_and_Fujinomiya.jpg/1024px-Mount_Fuji_and_Fujinomiya.jpg");
background-repeat: no-repeat;
background-size: 100%;
}