.update-scope body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.update-scope .update_link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b1b1a;
  color: white;
  border-radius: 5px;
  text-align: center;
  border: 2px solid white;
  text-decoration: none;
}

.update-scope p,
.update-scope h2,
.update-scope h3,
.update-scope h4,
.update-scope #update_content a.update_link {
  text-align: center;
}

.update-scope li {
  list-style: none;
  padding-bottom: 20px;
}

.update-scope .centered_image img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}

.update-scope .float-img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 200px;
  height: auto;
}

.update-scope .float-left {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 200px;
}

.update-scope .float-right {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 200px;
}

.update-scope .text-wrap {
  overflow: hidden;
}

.update-scope * {
  box-sizing: border-box;
}

.update-scope .image-container {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}

.update-scope .responsive-image {
  width: 45vw;
  height: auto;
  display: block;
}

.update-scope .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.update-scope .center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.update-scope .link-container {
  text-align: center;
}

.update-scope .center-text {
  text-align: center;
}

.update-scope .padding-top {
  padding-top: 1em;
}