* {
  padding: 0;
  margin: 0;
  color: #6032a8;
  box-sizing: border-box;

  background-color: #1f0010;
  font-weight: bold;
  text-align: center;

}
blockquote cite{font-family:"EB Garamond",serif}
@font-face {
          font-family: ADD;
          src: url(https://sadhost.neocities.org/fonts/ADD.woff);
      }

h1 {
  padding: 40px;
  color: #4d035c;
  font-size: xx-large;

  }
  .container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
  }

  @font-face {
            font-family: ADD;
            src: url(https://sadhost.neocities.org/fonts/ADD.woff);
        }
        .audiobox{
          position: fixed;
           bottom:0;
           right:0;
           width: 350px;
        }

p {
padding: 20px 0 20px 10px;
margin-top: 25px;
margin-bottom: 50px;
  }
  img {
 max-width: 100%;
 max-height: 100%;
 width: 500px;
 height: 400px;
 display: flex;
 justify-content: space-between;
}
div {

  font-weight: bold;
  text-align: center;
  font-size: 40px;

}
.whisper {
  color: grey;
}

body {
  text-align: center;
}
