 
body {
    margin: 0;
    padding: 0;
    background: white url("background.jpg") repeat fixed left bottom;
  cursor: url('BunnyCursor.png'), auto;
}


 
.main {
    background-color: rgba(255, 255, 255, 0.5);
    max-width: 700px;
    margin-left: 550px;
    margin-top: 20px;
    padding: 20px;
    max-height: 80vh;
    overflow: auto;
}


 
.infobox {
    width: 200px;
    padding: 5px;

    background-color: white;
    border: 1px solid black;

    font-family: "Courier New", monospace;
    font-size: 12px;
    color: black;
    text-align: center;
     margin-top: 0;

    position: fixed;
    left: 20px;
    top: 20px;

    z-index: 3;
}



h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color: red;
    text-align: right;
    margin-bottom: 2px;
}

h2 {
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: black;
    text-align: right;
     margin-top: 0;
}

h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    font-style: italic;
    color: red;
    text-align: left;
    margin-bottom: 2px;
}

h4 {
    font-family: "Courier New", monospace;
    font-size: 12px;
    color: black;
    text-align: left;
     margin-top: 0;
}


 
.backrandom {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}


 
.random-alice {
    position: fixed;
    left: 0px;
    top: 300px;

    width: 300px;
    height: 300px;

    z-index: 2;
}


 
.alice {
    position: absolute;
    left: 0;
    top: 0;
}


 
.hover {
    opacity: 0;
}


 
.random-alice:hover .normal {
    opacity: 0;
}

.random-alice:hover .hover {
    opacity: 1;
}