body {
    font-family: 'Courier New', Courier, monospace;
    color: white;
    margin-left: 50px;
}

h1 {
    font-size: 115px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

h2 {
    font-size: 50px;
    font-weight: lighter;
    margin-top: 10px;
    margin-bottom: 80px;
    text-align: center;
    letter-spacing: 15px;
}

p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
}

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