@import url(https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@400;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: none;
}
::-webkit-scrollbar-thumb {
  width: none;
}
::-webkit-scrollbar-track {
  width: none;
}

body {
  text-align: center;
  font-family: Arial, sans-serif;
  height: 100vh;
  width: 100%;
  display: flex;
  padding-top: 5vw;
  flex-direction: column;
  justify-content: flex-start;
  background: #0a0d29;
  align-items: center;
}

h1 {
  color: #0074d9;
  font-size: 3vw;
  margin-top: 2.5vw;
  margin-bottom: 2vw;
}

.pyramid-form {
  background-color: #b9c2e7e3;
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}
.pyramid-form {
  width: 35%;
  padding: 2rem;
  font-size: larger;
  font-weight: 700;
  display: grid;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: left;
}

label {
  display: block;
  width: 20rem;
}

button {
  background-color: #0074d9;
  color: rgb(255, 255, 255);
  border: none;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

#output {
  font-weight: bold;
}
select:focus-visible,
input:focus-visible {
  outline: none;
  stroke: none;
}
select,
input {
  padding: 0.25rem;
  border-radius: 5px;
  font-size: 15.8px;
  stroke: none;
  outline: none;
  border: 2.25px rgb(87, 0, 128) solid;
  font-weight: 600;
  margin: 0.2rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
button {
  align-self: center;
  justify-self: center;
  font-size: medium;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  border-radius: 5px;
}
.program {
  width: 100%;
  margin: 2rem 0rem;
  display: flex;
  padding: 1rem 5rem;
  align-items: stretch;
  justify-content: space-evenly;
}

#output {
  background: #041449;
  width: 560px;
  border: 3px solid #23107d;
  height: 290px;
  text-align: left;
  border-radius: 5px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0.25rem;
  font-size: 2vw;
  line-height: 80%;
  letter-spacing: 0.1em;
  color: #acadbe;
}
p {
  font-size: 20px;
  width: 65%;
  font-weight: 500;
  color: #c8c7eb;
  font-family: "Ubuntu";
}
.triangular-output {
  text-align: center;
}
.triangular-output {
  text-align: center;
}
