@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}
body {
  font-family: "Montserrat";
  font-size: 17px;
}

h1 {
  font-weight: 700;
}

p {
  line-height: 1.5em;
}

.header {
  grid-template-rows: auto 1fr;
}
.header nav {
  padding: 32px 48px;
}
.header .innerheader {
  justify-content: center;
  align-content: center;
  width: 100%;
  max-width: 1200px;
  grid-auto-flow: column;
  grid-column-gap: 128px;
  margin: auto;
}
.header .innerheader .desc {
  max-width: 450px;
}
.header .innerheader .logs {
  align-content: start;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-top: 48px;
}
.header .innerheader .logs .log {
  z-index: 3;
  width: 100%;
  grid-row: 1;
  grid-column: 1;
  background-color: #f7f7f7;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  border-radius: 8px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto auto;
  grid-column-gap: 48px;
  grid-row-gap: 4px;
}
.header .innerheader .logs .log .title {
  grid-row: 1;
  grid-column: 1;
  font-size: 8px;
  color: #9a9a9a;
  font-weight: 400;
}
.header .innerheader .logs .log .task {
  grid-row: 2;
  grid-column: 1;
  font-weight: 400;
  font-size: 12px;
  color: #686868;
}
.header .innerheader .logs .log .icon {
  grid-row: 1/3;
  grid-column: 2;
  align-content: center;
  justify-content: center;
}
.header .innerheader .logs .log:nth-child(2) {
  margin-top: -12px;
  z-index: 2;
  width: calc(100% - 20px);
  opacity: 80%;
}
.header .innerheader .logs .log:nth-child(3) {
  margin-top: -24px;
  z-index: 1;
  width: calc(100% - 40px);
  opacity: 60%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .header .innerheader {
    grid-auto-flow: row;
  }
  .header .innerheader .desc {
    grid-row: 2;
    max-width: 100%;
    padding: 24px;
  }
  .header .innerheader .logs {
    grid-row: 1;
    padding: 32px;
  }
}

/*# sourceMappingURL=app.css.map */
