@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Oswald:wght@300&family=Roboto:wght@300&display=swap");
* {
  margin: 0%;
  padding: 0%;
}
.container {
  background-color: #f2eded;
  min-height: 100vh;
}

/* top div */

.topdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1px;
  padding: 0.5rem;
  background-color: #6943ff;
}
#headerText {
  color: rgb(255, 255, 255);
  margin-top: 2rem;
  font-family: "Montserrat", sans-serif;
  padding: 3px;
  font-size: xx-large;
}
#numberField {
  margin-top: 2rem;
  padding: 1rem 0.2rem;
  width: 25vw;
  background-color: #6943ff;
  border: 1px solid #9574ff;
  color: white;
  font-size: x-large;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
}
#convertButton,
#addButton {
  padding: 0.5rem;
  margin-top: 1.2rem;
  background-color: #ffffff;
  margin-bottom: 2.1rem;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: x-large;
  border-radius: 4px;
  border: none;
}

.buttomdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.3rem;
  font-family: "Gill Sans", "Gill Sans MT", "Calibri", "Trebuchet MS",
    sans-serif;
}
.lengthdiv {
  background-color: #ffffff;
  margin: 2rem 0.2rem 2rem 0.2rem;
  padding: 0.5rem 1.2rem 2rem 1.2rem;
  border-radius: 6px;
  min-width: 70vw;
  max-width: 100vw;
  font-size: larger;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Noto Sans Devanagari", sans-serif;
}

#lengthconvert {
  margin-top: 0.5rem;
  font-size: xx-large;
  margin-top: 1rem;
  padding-top: 1rem;
}

.footerDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
  padding: 1rem 0;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

@media (max-width: 600px) {
  #headerText {
    font-size: medium;
    font-weight: bold;
  }
  #numberField {
    width: 60vw;
    
  }
  .lengthdiv{
    min-width: 90vw;
    max-width: 96vw;
    font-size: medium;
    font-weight: 390;
    margin: 0.2rem;
    padding: 0.6rem, 0 0.1rem 0;
  }
}
