@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;700&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Outfit", sans-serif;
  background: linear-gradient(
    to bottom,
    rgba(215, 42, 42, 0.301),
    rgba(255, 255, 255, 0.35)
  );
}

.container {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #999;
  padding: 0.5rem 4rem;
  box-shadow: 1px 1px 20px 7px #777;
}

button {
  margin-top: 1.5rem;
  border-radius: 1rem;
  background-color: #222;
  color: #fff;
}

label {
  font-size: 2rem;
  margin: 1rem 0;
}

input {
  font-family: inherit;
  text-align: center;
}

.results {
  font-size: 15px;
}

h1 {
  text-decoration: underline;
}

.lengthy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 75%;
  border: 1px solid #999;
  padding: 0.5rem 2rem;
  border: 2px solid #000;
  margin-left: 2rem;
  overflow: scroll;
  box-shadow: 1px 1px 20px 7px #777;
}

.Stocks-lengthy {
  font-size: 1.5rem;
  font-family: inherit;
  text-align: center;
  min-height: 15rem;
}
