body {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(79, 79, 255);
}

#kraftabild {
    max-width: 500px;
    width: 90%;
    margin-top: 2%;
    border-radius: 2px;
    border-color: black;
    border-style:inset;
}

.box {
    width: 80%;
    min-width: 200px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    margin-top: 1%;
    background-color: rgb(250, 242, 181);
    border-color: black;
    border-style: ridge;
    border-radius: 2px;
}

#lite_info {
    text-align: left;
}

#ladda {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#links {
    display: flex;
    justify-content: space-evenly;
}
