body {
    background-image: url("b2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #cccccc;
    color:rgb(241, 239, 239);
    font-family: Arial, Helvetica, sans-serif;
}

#top {
    position: absolute;
}

h2 {
    position: absolute;
    left: 220px;
}

a {
    color: pink;
}

#corner {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
