:root {
  --yellow: rgb(255, 208, 0);
  --gray: rgb(170, 170, 170);
  --text-color: rgb(255, 255, 255);
  --text-size: 1.5em;
  --logo-size: 4em;
  --large-text-size: 15vw;
  --small-text-size: 1.5em;
  --very-small-text-size: 1.5em;
  --logo-radius: calc(var(--text-size) / 5);
}

body {
  background-color: black;
  font-family: sans-serif;
  /* font-size: 0.9vw; */
  font-size: 1.5vh;
}

html,
body {
  padding: 0px;
  margin: 0px;
}

div.waretxt {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-top: 0pt;
  margin-bottom: 3pt;
  margin-left: 5pt;
  margin-right: 5pt;
}

div.logo {
  display: flex;
  justify-content: center;
  align-items: middle;
}

div.logo > * {
  vertical-align: top;
  font-size: var(--logo-size);
}

div.eirbtxt {
  color: var(--text-color);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 3pt;
  margin-right: 3pt;
}

div.child {
  display: inline-block;
}

div.ware {
  background-color: var(--yellow);
  width: auto;
  border-radius: var(--logo-radius);
  vertical-align: text-bottom;
}

div.bottom-note {
  display: flex;
  justify-content: center;
  align-items: bottom;
}

p {
  color: var(--text-color);
  font-size: var(--small-text-size);
  text-align: center;
}

div.feur {
  text-align: center;
  font-size: var(--large-text-size);
  overflow-x: hidden;
  max-width: 100%;
}

.txt-yellow {
  color: var(--yellow);
}

.bottom-note {
  color: var(--gray);
  font-size: var(--very-small-text-size);
  text-align: center;
}

body {
  display: table;
  table-layout: fixed;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  padding: var(--text-size);
}

.cell {
  display: table-row;
  vertical-align: center;
}

.not-found-msg {
  font-size: var(--text-size);
}

img {
  margin: auto;
  margin-top: 2vh;
  display: block;
  width: 20vh;
}

a {
  color: var(--yellow);
}
