* {
    font-family: Calibri;
}
body {
    /*margin-left: 260px;*/
    margin-left: 20px;
    margin-top: 20px;
    width: 800px;
}
img {
    width: auto;
    max-width: 800px;
    height: auto;
}


/* Remove this later */
.preview-marker {
    position: fixed;
    top: 10px;
    right: 100px;
    background-color: yellow;
    color: red;
    padding: 5px 10px;
    font-size: 34px;
    font-weight: bold;
    font-family: Arial;
    border: 2px solid black;
    z-index: 1000;
}