
body {
    margin: 0;
    padding: 0;
    background: white url("background.jpg") repeat fixed left bottom;

  cursor: url('BunnyCursor.png'), auto;
}



.main {
    width: 400px;
    box-sizing: border-box;

    background-color: rgba(255, 255, 255, 0.5);

    position: absolute;
    left: 250px;
    top: 200px;

    padding: 20px;
    z-index: 2;
}


.backtext {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



p {
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: black;
    text-align: center;
}


h2 {
    font-family: "Courier New", monospace;
    font-size: 12px;
    text-align: center;
    color: red;
    font-weight: bold;
    margin-bottom: 2px;
}



.infobox {
    width: 220px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 600px;
    top: 25px;
}


.logo {
    position: relative;
    width: 700px;
    height: 500px;
}


.logo-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}



.alice {
    position: absolute;
    top: 20px;
    left: 410px;
    z-index: 3;
}

.alice:hover {
    content: url("AliceButton_red.gif");
}



.gallery {
    position: absolute;
    top: 400px;
    left: 600px;
    z-index: 3;
}

.gallery:hover {
    content: url("GalleryButton_red.gif");
}



.guestbook {
    position: absolute;
    top: 475px;
    left: 350px;
    z-index: 3;
}

.guestbook:hover {
    content: url("Guestbook_red.gif");
}


.journal {
    position: absolute;
    top: 400px;
    left: 20px;
    z-index: 3;
}

.journal:hover {
    content: url("JournalButton_red.gif");
}


