body {
  text-align: center;
}

#article {
  margin-bottom: 50px;
}

.article-white {
  border: solid 1px rgb(182, 182, 182);
  transition: 0.8s;
  transform: scale(1);
}

.article-white:hover {
  transform: scale(1.05);
}

.article-white img {
  height: 196px;
  width: 344px;
  object-fit: cover;
  border-radius: 0.5em;
}

iframe {
  display: block;
  border-style: none;
}

iframe {
  margin: 0 auto;
  background-color: #777;
}

.aside {
  width: 200px;
  padding: 20px;
  background-color: #f4f4f4;
  border-right: 1px solid #ccc;
  float: left;
}

#wrap-title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 25px;
  background-color: #183D4E;
  color: white;
}

@media only screen and (max-width: 1370px) {
  .image {
    display: none !important;
  }
}

@media only screen and (max-width: 1110px) {
  .smallScreenMessage {
    display: inline !important;
    text-align: center;
    color: red;
  }
}

.smallScreenMessage {
  display: none;
}

header {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

#wrapWhite {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
}