@font-face {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
  src: url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  background: rgb(149, 194, 215);
}

a {
  text-decoration: none;
}

.main-header {
  flex: 01 auto;
}
.main-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;}

.logo-text {
  background: white;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
}

.thumbnail-item {
  display: inline-block;
  min-width: 120px;
  max-width: 120px;
  border: 1px solid rgb(100%, 100%, 100%);
  border: 1px solid rgba(100%, 100%, 100%, 0.8);
}

.thumbnail-list {
  flex: 01 auto;
  list-style: none;
  order: 2;
  display: flex;
  justify-content: space-between;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.thumbnail-title {
  display: block;
  margin: 0;
  padding: 4px 10px;
  font-size: 20px;
  background: rgb(96, 125, 139);
  color: rgb(202, 238, 255);
}

.detail-image-container {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-image-frame {
  position: relative;
  text-align: center;
}

.detail-image {
  width: 90%;
}

.detail-image-title {
  color: white;
  text-shadow: rgba(0, 0, 0, 0.9) 1px 2px 9px;
  font-size: 40px;
}

.thumbnail-image {
  width: 100%;
  display: block;
}
