body {
    user-select: none;
}

#signature-container {
    max-width: 600px;
    margin: 0 auto;
}

#signature-pad {
    border: 1px solid #000;
    width: 100%;
    height: 300px;
    background-color: transparent;
}

#color-picker,
#bg-color-picker,
#width-slider,
#angle-slider {
    margin-top: 10px;
}

.label-color-picker {
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: space-between;
}

.label-color-picker span {
    margin-right: 14px;
}

#button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#clear-btn,
#download-btn {
    padding: 10px;
}

.checkbox-label {
    margin-top: 10px;
}

.color-picker-label {
    margin-top: 10px;
}

#footer {
    text-align: center;
    padding: 20px;
    backdrop-filter: blur(10px);
    border-top: 1px solid black;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

#footer a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}