/*Stylesheet*/
@import url('https://fonts.googleapis.com/css?family=Literata&display=swap');
body

.headline { width: 100%;
          }
.headliner { text-align: center;
              margin: auto;
              font-family: 'Literata';
}
.picture {content: url("image.jpg");
          padding-top: 5%;
          margin: auto;
          width: 75%;
          height: 75%;}
