@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
}

p{
    line-height: 1.5;
}

#typewriter {
  /* outline: 1px solid blueviolet; */
  background: #c7e2eb;
  width: 100%;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #000;
}