*,
*::before,
*::after {
  box-sizing: border-box;
}

body.release-notes {
  background-color: #567;
  font-family: 'Segoe UI', Roboto, Arial, Helvetica, sans-serif;
}

a {
  color: #09a6db;
}

.release-notes header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.release-notes .logo {
  width: 250px;
  margin-bottom: 6px;
}

.release-notes main {
  margin: 0 auto;
  padding: 5px 40px 40px 40px;
  max-width: 900px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 2px 2px 6px black;
}

.release-notes main .title {
  padding-top: 18px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.release-notes main .notes {
  padding-left: 20px;
}

.release-notes main .notes li {
  margin: 0 0 8px 8px;
}

.release-notes main .notes ul>li {
  margin: 0 0 8px 0px;
}

.release-notes main .version {
  margin: 30px 0 6px 0;
  font-size: 20px;
  font-weight: 500;
}

.release-notes main .feature {
  margin-top: 40px;
}

.release-notes main .feature-img {
  display: block;
  width: calc(100% - 40px);
  margin: 20px;
}

br::after {
  content: ' ';
  margin: 50px;
}
