* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: pink;
  color: black;
  min-height: 100%;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: end;

  font-family: 'Raleway', sans-serif;
}

.logo {
  width: 75px;
  height: 75px;
  /*background-color: black;*/
  margin-top: 2rem;
  margin-left: 4.2rem;
  margin-bottom: 6rem;

  background: center / contain no-repeat url("../img/logo/os-logo.svg");
}

h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 12.7rem;
  margin-left: 3rem;
  line-height: 11rem;
}

h1:first-child {
  margin-top: 12rem;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 3.7rem;
  margin-top: 0.7rem;
  margin-left: 3rem;
}

p {
  font-size: 1.5rem;
  margin-top: 0.7rem;
  margin-left: 3rem;
  margin-bottom: 3rem;
}

.line-br {
  background-color: black;
  width: 94vw;
  height: 0.5vh;
  margin-top: 2rem;
  margin-left: 3rem;
}

.cli-cntr {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 120px;
  grid-auto-flow: row;
  margin-top: 1rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 4rem;
}


[class^='cli-el'] {
  outline: 1px black dashed;
  display: grid;
  /* background-color: gray; */
  align-items: center;
  justify-content: center;
}

.tech-cntnr {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(10, 1fr);
  grid-auto-rows: 100px;
  grid-auto-flow: row;
  margin-top: 4rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 2rem;
}

[class^='tech-el'] {
  /* outline: 1px black dashed; */
  display: grid;
  align-items: center;
  justify-content: center;
}

footer {
  margin-top: 3rem;
  margin-left: 3.2rem;
  min-height: 5rem;
}

@media (orientation: portrait) {

  .logo {
  width: 50px;
  height: 50px;
  /*background-color: black;*/
  margin-top: 1rem;
  margin-left: 1.1rem;
  margin-bottom: 3rem;

  background: center / contain no-repeat url("../img/logo/os-logo.svg");
}

  h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 5rem;
  margin-left: 1rem;
  line-height: 4rem;
}

h1:first-child {
  margin-top: 16rem;
}

h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

p {
  font-size: 1rem;
  margin-top: 1.2rem;
  margin-left: 1rem;
  margin-right: 2.5rem;
  margin-bottom: 2rem;
}

.line-br {
  background-color: black;
  width: 93vw;
  height: 0.5vh;
  margin-top: 2rem;
  margin-left: 1rem;
}

.cli-cntr {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 120px;
  grid-auto-flow: row;
  margin-top: .5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}

.tech-cntnr {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 60px;
  grid-auto-flow: row;
  margin-top: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: .5rem;
}

footer {
  display: grid;
  align-items: center;
  justify-content: center;

  margin-top: 0rem;
  margin-left: 0;
  min-height: 5rem;
}


}
