body {
    font-family: Futura, Arial, sans-serif;
    text-align: center;
    margin: 20px;
    background-color: #e8e8e8; 
}

a {
    color: #000; 
    text-decoration: none;
    border-bottom: 2px solid #bbb; 
}

h1 {
    text-transform: uppercase;
}

hr {
    margin: 0 auto; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    width: 50%; 
    max-width: 600px; 
    border: none; 
    height: 3px; 
    background-color: #1f1b1b;
}

header {
    margin: 0 auto; 
    margin-top: 40px; 
    max-width: 600px; 
}

.downloadnote {
    font-size: 14px;
    margin: 0px;
    margin-top: 10px;
    color: #6c6c6c; 
}

.bildnote {
    font-size: 10px;
    margin: 0px;
    margin-top: 10px;
    color: #6c6c6c; 
}

.custom-file-upload {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #1f1b1b;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s;
}

.custom-file-upload:hover {
    background-color: #282828;
    transform: scale(1.05);
}

.custom-file-upload:active {
    background-color: #282828;
    transform: scale(0.95);
}

.hidden-input {
    display: none;
}

.canvas-wrapper {
    width: 100%;
    max-width: 1200px;
}

.canvas-container {
    display: inline-block;
}

#canvas-wrapper {
    max-width: 1000px; 
    margin: 0 auto; 
    margin-top: 10px; 
}

.explain-the-site {
    width: 95%;
    margin: 0 auto; 
    text-align: left;
    max-width: 600px; 
}

.canvas-container {
    width: 30%; 
    margin: 1.5%;
    position: relative;
    
}

.canvas-container img{
    width: 100%;
    height: auto;
    border: none;
    width: 100%; 
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 3px #bbb;
    float: left; 
}

canvas {
    width: 100%; 
}


footer {
    line-height: 40px; 
}

footer .links{
    margin-top: 10px; 
}