body {
    background-color: #000;
    color: #fff;
    font-family: monospace;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.title {
    text-align: center;
    margin: 20px 0;
}

.title .spotify-logo {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.form-control {
    background-color: #282828;
    border: none;
    color: #b3b3b3;
    max-width: 300px; /* Adjust maximum width as needed */
}

audio {
    background-color: #282828;
    border: none;
    color: #b3b3b3;
    max-width: 100%;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 600px; /* Adjust maximum width as needed */
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
