* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  color: white;
  background-color: #06083c;
}

p {
  margin-top: 10px;
}

main {
  margin-top: 200px;
}

div {
  margin: 0 auto;
}

.logo {
  display: flex;
  justify-content: center; /* Centruje poziomo */
  align-items: center; /* Centruje pionowo */
  width: 100%;
}

.email {
  display: flex;
  justify-content: center; /* Centruje poziomo */
  align-items: center; /* Centruje pionowo */
  width: 100%;
}

.telefon {
  display: flex;
  justify-content: center; /* Centruje poziomo */
  align-items: center; /* Centruje pionowo */
  width: 100%;
}/*# sourceMappingURL=style.css.map */