@font-face {
  font-family: 'sofia_pro_lightregular';
  src: url('SofiaProLight-webfont.eot');
  src: url('SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
       url('SofiaProLight-webfont.woff') format('woff'),
       url('SofiaProLight-webfont.ttf') format('truetype'),
       url('SofiaProLight-webfont.svg#sofia_pro_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background: #002c44;
  font-family: 'sofia_pro_lightregular', serif;
  color: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  padding: 0 10px; /* malý vnitřní okraj pro mobil */
}

.centered {
  max-width: 720px;
  width: 100%;
}

h1 {
  font-weight: normal;
  font-size: 1.8em;
  margin: 0;
}

/* Odkazy */
a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #cccccc;
  text-decoration: underline;
}

/* Responzivní úpravy pro menší displeje */
@media (max-width: 480px) {
  h1 {
    font-size: 1.4em;
  }
}
