body {
    background-image: url("../img/background.jpg");
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav {
    margin: 20px;
    text-align: center;
}

.nav a {
    margin: 0 10px;
    text-decoration: none;
    color: white;
}

#clearButton {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: red;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

canvas {
    border: 1px solid black;
    max-width: 100%;
    height: auto;
}
