/* You're really having fun there, eh? */

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background-color: #c0e0ff;
}

main {
    flex-grow: 1;
}

@media (any-pointer: fine) {
    .tuberimage {
        width: 50%;
    }
}

@media (any-pointer: coarse) {
    .tuberimage {
        width: 100%;
    }
}

footer {
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
}

.copyright {
    font-size: 0.8em;
    margin: 0;
}
