/* CSS files add styling rules to your content */

body {
  font-family: 'Benton Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
  margin: 2em;
}

h1,
h2 {
  font-family: 'Sawarabi Mincho', sans-serif;
  font-style: italic;
  color: #373fff;
}

li {
  text-overflow: ellipsis;
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

p {
  background-image: url('background.gif');
  background-position: center;
  height: 50px;
  width: 150px;
}

button {
  background-color: white;
  color: black;
}
