@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

body {
    background-color: #1e73be;
}

h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 3em;
    color: black;
    text-align: center;
    margin: -10px 0 0 0;
}

h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 2em;
    color: blue;
    text-align: center;
    margin-top: -40px;
}

.audioplayer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

p {
    font-family: 'Rubik', sans-serif;
    font-size: 1em;
    color: black;
    text-align: center;
}

.cutout {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: white;
    width: 640px;
    color: white;
    padding: 0px 0 10px 0;
    border-radius: 4px;
}
