@font-face{
  font-family: 'Noto Sans Malayalam';
  src: url('../assets/fonts/NotoSansMalayalam-VariableFont_wdth,wght.ttf');
  font-style: normal;
  font-weight: 300;
  font-optical-sizing: auto;
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: rgb(67, 46, 54);
  color: rgb(243, 249, 210);
  font: Roboto, Arial, sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 84px;
  color: rgb(237, 191, 189);
}

#wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

article {
  width: 80%;
  p {
    line-height: 1.8;
    text-align: justify;
  }
  h2 {
    padding-bottom: 10px;
    padding-top: 20px;
    margin: 0;
  }
  a {
    color: inherit;
  }
}

.centered-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.logo {
  width: 100px;
}

.screenshot {
  border: solid 1px rgb(237, 191, 189);
}

.code {
  background: rgb(77, 56, 64);
  padding: 10px;
  border-radius: 8px;
}

footer p {
  color: rgb(107, 76, 84);
  text-align: center;
}

@media (max-width: 700px) {
  h1 {
    font-size: 48px;
  }
  
  .logo {
    width: 60px;
  }
}
