.ytd-wrapper {
    max-width: 500px;
    margin: 20px auto;
    text-align: center;
    font-family: Arial, sans-serif;
}

.ytd-wrapper input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.ytd-wrapper button {
    padding: 10px 20px;
    cursor: pointer;
}

#ytd-result img {
    max-width: 100%;
    margin-top: 15px;
}

.ytd-download {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background: #d32f2f;
    color: #fff;
    text-decoration: none;
}

.ytd-download:hover {
    background: #b71c1c;
}

.ytd-error {
    color: red;
}
