body {
    font-family: "Times New Roman", Times, serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
    padding: 20px;
}

main {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    text-decoration: underline;
}

.search-container {
    text-align: center;
    margin-bottom: 20px;
}

#status-message {
text-align: center;
font-weight: bold;
margin-bottom: 10px;
}

hr {
    border: 1px solid #000;
    margin-bottom: 20px;
}

.video-player {
    width: 100%;
    height: 450px;
    background-color: #e0e0e0;
    border: 2px solid #000;
    margin-bottom: 10px;
}

.stats {
    font-weight: bold;
    margin-bottom: 15px;
}

.channel-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#channel-thumb {
width: 50px;
height: 50px;
border: 1px solid #000;
margin-right: 15px;
}

.description {
    border: 1px dashed #000;
    padding: 15px;
    background-color: #f9f9f9;
    white-space: pre-wrap;
}
