body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #f7fafe;
  color: #171d2b;
  margin: 0;
  padding: 0;
}

.main-header {
  background: linear-gradient(90deg, #0e1730 60%, #1971ff 100%);
  color: #fff;
  padding: 0px 50px 20px 0;
  text-align: center;
  width: 100%;
  height: 400px;
  background-image: url("../media/HeadBG.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  text-align: center;
  margin-top: 0px;
}
#head58{
  position: relative;
  top: 50px;
}

.main-header h1 {
  margin: 0;
  font-family: 'Calistoga', serif;
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0.15em 0.15em 0.05em rgba(0,0,0,0.25);
  font-weight: 800;
}

.main-header2 {
    text-align: center;
}

/* Menü */
.main-nav {
  background: #1971ff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.main-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  padding: 12px 22px;
  text-decoration: none;
  border-radius: 7px;
  transition: background 0.15s, color 0.15s;
}
.main-nav a.active,
.main-nav a:hover {
  background: #E09900;
  color: #fff !important;
}

.container {
  background: #fff;
  margin: 40px auto;
  max-width: 80%;
  padding: 36px 32px 28px 32px;
  border-radius: 15px;
  box-shadow:
    0 4px 32px rgba(60,60,60,0.13),
    0 2px 8px 0 rgba(120,120,120,0.09),
    0 0 0 5px rgba(180,180,180,0.3);
}