.song {
    color:#DAA520;
    font-family:cursive; 
    font-size: 30px; 
    text-align: center; 
    margin: 15px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: #DAA520;
    color: #DAA520;
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    align-items: center;
    width: 50%;
}

.guitars {
    color:#DAA520;
    font-family:cursive; 
    text-align: center; 
    margin-top: 65px;
    margin-bottom: 63px;
    font-size: 30px;
}

h1 {
    color:#DAA520;
    font-family:cursive; 
    font-size: 65px; 
    margin: 45px;
    text-align: center;
}

h2 {
    color:#DAA520;
    font-family:cursive; 
    font-size: 45px; 
    margin: 55px;   
}

h3 {
    color:#DAA520;
    font-family:cursive; 
    font-size: 35px; 
    margin: 20px;
    text-decoration:underline;
}

p {
    color: #F0E68C;
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

div {
    color: #F0E68C;
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

ul {
    color: #F0E68C;
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

ol {
    color: #F0E68C;
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

li {
    color: #F0E68C;
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

a {
    color: #F0E68C;
    font-size: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

span {
    color: #DAA520;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5em;
}

body {
    background-color: black;
    border: 2px solid #DAA520;
    }