body {
    background-image: url(manufrog.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    font-style: italic;

}

p {
    word-spacing: 15px;
}

#lastedit {
    width: fit-content;
    height: fit-content;
    color: grey;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
}

a:active {
    color: white;
}

a:hover {
    color: black;
    /* font-weight: bold; */
    background-color: antiquewhite;
    border-radius: 3px;
}

.linkbox {
    width: 400px;
    height: 300px;
    /* border: 2px solid white; */
    position: absolute;
    left: 50%;
    Margin-left: -200px;
    top: 50%;
    margin-top: -150px;
}