html {
  height: 100%;
  width: 100%;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: "Josefin Sans";
  background-color: rgba(0, 0, 0, 0.852);
  display: flex;
  justify-content: center;
}

.center-box {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  /* border: 5px solid rgb(246, 255, 0); */
}

.text-box {
  width: 75vw;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: start;
  border: 5px solid rgb(131, 123, 143);
  border-radius: 25px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: justify;
  opacity: 95%;
}

#osc-sketch {
  display: flex;
  align-self: center;
  /* margin-top: 40px; */
  border: 5px solid rgb(131, 123, 143);
  margin-bottom: 25px;
}

p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
}

h1{
  color: white;
  text-align: center;
}
