.train-formations {
  overflow: hidden;
  }
.railway-scene {
  padding: 0px;
  }
.train-formations-near {
  height: 100px;
  }
.train-formations-spacer {
  height: 100px;
  width: 200px;
  }
.content-box {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
  border: 1px solid #999999;
  padding: 20px;
  max-width: 210mm;
  min-height: 297mm;
  max-height: 297mm;
  background-color: #F5F0F0;
  box-shadow: 4px 4px 1px 1px #999999;
}
.entry-title {
  text-align: center;
  }
.wp-block-search {
  border: 0px;
  padding: 10px;
  }
.wp-block-search .wp-block-search__inside-wrapper {
  border-radius: 20px;
  border: 3px solid #cc00ff;
  box-shadow: 1px 1px 1px 1px #cc00ff;
}
.wp-block-search .wp-block-search__input {
  border-radius: 10px;
  border: transparent;
  padding: 10px;
  }
.wp-block-search .wp-block-search__button {
  border-radius: 20px;
  background-color: #cc00ff;
  color: white;
  }
.wp-block-post-comments-form input,textarea {
  border-radius: 20px;
  border: 3px solid #cc00ff;
  box-shadow: 1px 1px 1px 1px #cc00ff;
}
.wp-block-post-comments-form .submit {
  background-color: #cc00ff;
  color: white;
}
.secondaryNavigationMap {
  text-align: center;
}
html {
  width: 100%;
  overflow-x: hidden;
  }
hr {
  color: #574541;
  width 0.5px;
  margin-top: 4px;
  }
h2 {
  color: #574541;
  margin-bottom: 2px;
  }
p {
  color: #574541;
  margin-top: 2px;
  margin-bottom: 6px;
}
a:link {
color: #826762;
}
a:visited {
  color: #D48474;
}
body {
  border: 0;
  background-image: url("graphics/scenery-railway.png");
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  background-color: #ffccff;
  }
iframe {
  width: 100%;
  height: 100px;
  border: 0;
  overflow: hidden;
  }
