@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&display=swap');

:root {
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  font-weight: 800;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 3rem;
}

.container {
  position: relative;
  text-align: center;
}

.pre-title {
  display: flex;
  font-size: 0.22em;
  margin-top: 0.4rem;
  color: #888;
  margin-left: 38px;

  @media screen and (max-width: 600px) {
    font-size: 0.2rem;
  }
}

.rez-title {
  position: absolute;
  right: 0px;
  top: -11px;
  color: #888;
  margin-left: 38px;
}

.rez {
  display: block;
  width: 25px;
  color: #555;
  text-decoration: none;
}

.links {
  margin-top: 1rem;
  text-align: center;

  @media screen and (max-width: 600px) {
    font-size: 0.4rem;
  }
}

.modelglue {
  color: #d1d1d1;
  text-decoration: none;
  font-size: 1.2em;
}

.links a {
  display: block;
  text-decoration: none;
  color: #888;
  cursor: default;
  margin: 0.5rem 0;
  font-size: 1rem;
  transition: color 0.3s ease;
}