html {
  font-size:62.5%;
}

* {
  box-sizing: border-box;
}

body {
  margin:0;
  width:100%;
}

main{
  width:100%;
  max-width:60rem;
  height:100dvh;
  margin:0 auto;
}

#input-area{
  width:100%;
  height:60rem;
  overflow:scroll;
  font-family:sans-serif;
}

.input{
  font-size:1.8rem;
}

#update-check{
  font-size:1.8rem;
}

#get-content{
  font-size:3rem;
  color:white;
  background-color:black;
}
