body, html {
    font-family: monospace;
    cursor: auto;
}

.image-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
}

.folder {
    height: 45px;
    display: block; 
    margin: 0 auto;
}

.name {
    font-size: 8pt;
    text-align: center; 
}
