body {
    font-family: 'Courier New', Courier, monospace;
}

.title {
    text-align: center;
    margin: 30px;
}

.form {
    margin: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-top: 50px;
}

#buttons {
    height: 30px;
    margin-top: -5px;
    margin-left: 20px;
    margin-right: 20px;
    width: 75px;
    background-color: #cecfc7;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#buttons:hover {
    background-color: #b3b2ac;
    transition: 0.5s;
}

.flex-bar {
    padding: 10px;
    width: 70%;
    height: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.codeblocks,
.main {
    margin: 20px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.troubleshooting {
    margin: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#bulletpoint {
    margin: 20px 75px 20px 20px;
}

#text {
    text-align: left;
}

#header {
    margin: 10px 10px 10px 0px;
    font-size: 20px;
}

#htmlblock,
#cssblock,
#jsblock {
    margin: 30px;
    width: 35%;
}

.mainblock {
    margin: 30px;
    width: 50%;
}

#icon {
    height: 90px;
    margin-top: -60px;
    margin-right: 20px;
    margin-left: 20px;
}

#exampleattribution {
    visibility: hidden;
    font-size: 10px;
    text-align: right;
    margin-right: 5px;
}

#exampleattribution a:link {
    color: black;
    text-decoration: none;
}



#player {
    padding: 10px;
    background-color: gray;
    border-radius: 10px;
    width: 200px;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    color: white;
}

#extrackname {
    padding: 5px;
    margin: 10px;
    background-color: aliceblue;
    border-radius: 10px;
}

#timer {
    color: white;
}

#mediabuttons {
    font-size: 20px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: black;
}

#playbtn,
#pausebtn {
    margin: 5px;
}

#playbtn:hover,
#pausebtn:hover {
    cursor: pointer;
}

#slidercontainer {
    margin: 5px;
}