@font-face {
  font-family: 'logo';
  src: url('https://physionow.hu/public/fonts/logo.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body {
  margin: 0;
  background-color: #E3E0DB;
  color: #5F7191;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Nunito', sans-serif;
}

.container {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

.pin {
  margin-top: 1rem;
  font-size: 30px;
  line-height: 1;
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 30;
}

.flex .phone {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  color: #5F7191;
}

hr {
  border: none;
  height: 8px;
  width: 300px;
  background: #D7D2CA;
  border-radius: 50% / 50%;
  margin: 1rem auto;
  position: relative;
}

hr::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 12px;
  background: #D7D2CA;
  border-radius: 12px;
}
  
h1 {
  font-size: 5em;
  margin: 0;
  font-family: 'logo', sans-serif;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #5F7191;
}

h2 {
  font-size: 26px;
}

h3 {
  margin-bottom: 2rem;
}
  
p {
  font-size: 1.5em;
  margin-top: 0.5em;
}

.logo {
  width: 120px;
  padding: 20px;
}



@media (max-width: 600px) {
  h1 {
    font-size: 3em;
  }

  .logo {
  width: 100px;
  padding: 20px;
}
}