@import url('https://fonts.googleapis.com/css2?family=Freckle+Face&family=RocknRoll+One&display=swap');

html {
    padding: 0;
    margin: 0;
}
body {
    color: #000000;
    font-size: 13px;
    font-family: "RocknRoll One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
}
h1 {
    text-align: center;
    font-size: 24px;
    font-family: "Freckle Face", serif;
    font-weight: 400;
    font-style: normal;
}
h2 {
    font-size: 17px;
    margin: 5px;
    font-family: "Freckle Face", serif;
    font-weight: 400;
    font-style: normal;
}

audio {
    width: 200px;
}
a {
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
}

img {
    max-width: 100%;
}
center img {
    max-width: 300px;
}
figure {
    text-align: center;
}
figure img {
    max-width: 90%;
    border: 2px solid;
}