body {
    margin-top: 50px;
    background-color: green;
    min-height: 100%;
}
main {
    margin-top: 50px;
    /* padding-left: 10vw; */
}
.script-container {
    width: 75%; 
    min-width: 350px;
    max-width: 800px; 
    margin: auto;
    background-color:  rgba(255, 255, 255, 0.9);
    padding: 25px;
    border-radius: 20px;
    border: solid gray 8px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    font-size: 100%;
}

ul {
    list-style-type: none;
}

.emph {
    color: rgb(0, 138, 7);
}
.comment {
    color: rgb(109, 109, 109);
}
.playlist-container {
    width: 75%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
img {
    width: 100%;
    height: auto;
    /* text-align: center; */
    /* margin: auto; */
    /* align-items: center; */
    /* justify-content: center; */
  } 

.title {
    text-align: center;
    /* margin-top: 5vh; */
    color: black;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    font-size: 16pt;
}