.header {
    background: #efd8c4;
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 300px;
    text-align: center;
}

.header h1{
    font-size: 50px;
    font-style: italic;
}

.header p{
    font-size: 30px;
    font-style: italic;
}

.body {
    background: #fef1da;
    display: flex;
    flex-direction: column;
    margin: auto;
    height: 1500px;
    text-align: center;
}

.sound {
    font-size: 30px;
    font-style: italic;
    margin-top: 60px;
}

.enjoy {
    font-style: italic;
}
.audio{
    text-align: center;
}

.lol {
    font-style: italic;
    margin-top: 70px;
}

.lol2 {
    font-style: italic;
}

.video {
    text-align: center;
}

.lol3 {
    font-style: italic;
}

.lol4 {
    font-style: italic;
    margin-top: 100px;
}

.footer {
    background: #d9b89a;
    text-align: center;
    height: 60px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
.lol6 {
    font-style: italic;
}