* {
  margin: 0;
  padding: 0;
}

html {
  image-rendering: pixelated;
}

body {
  display: flex;
  justify-content: center;
  font-family: Roboto;
}

.main {
  width: 100%;
}

.header {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #676767;
  margin-bottom: 5px;
}

.header > h5 {
  font-size: 20px;
  width: fit-content;
  margin: 12px 0;
}

.return {
  text-decoration: none;
  color: black;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: solid 1px #676767
}

.banner {
  width: 700px;
  height: 400px;
}

.content-text {
  width: 500px;
  margin: 30px 0 20px;
}

.author {
  margin: 0 0 2px;
  font-weight: bold;
}

.date {
  margin: 2px 0 20px;
}

.title {
  width: 500px;
  margin: 30px 0 12px;
  font-size: 44px;
}

p {
  font-size: 18px;
}

.text {
  margin: 12px 0;
}

hr {
  margin: 10px 0 35px;
  width: 550px;
  border-bottom: none
}

a {
  color: black;
}

ul {
  margin-left: 20px;
}

h2 {
  margin: 24px 0 12px;
}

h3 {
  font-size: 20px;
  margin: 18px 0 12px;
}

.image {
  width: 500px;
}
