body::before {
  content: "";
  position: fixed;
  background: #040404 url("bg.jpg") top right no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

.article-root {
  padding: 1em;
}

.article-container {
  background-color: #fff;
  border-radius: 5px;
  padding: 1em 1em;
  margin: 5px;
  position: relative;
}
