@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.montserrat-f {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.8rem;
    background-color: #161616;
    color: white;
  }

  h1, h2, h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
.fixer {
    padding-left: 27rem;
}

.acto {
  font-size: 3.5rem;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
  .fixer {
    padding-left: 12rem;
}
.acto {
  font-size: 2.5rem;
}
 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {
  .fixer {
    padding-left: 20rem;
}
.acto {
  font-size: 2.5rem;
}
 }
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
  .fixer {
    padding-left: 12rem;
}
.acto {
  font-size: 2.5rem;
}
 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
  .fixer {
    padding-left: 18rem;
}
.acto {
  font-size: 3rem;
}
 }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
  .fixer {
    padding-left: 27rem;
}
.acto {
  font-size: 3.5rem;
}
 } 