html {
  margin: 0;
  padding: 0;
}

body {

  background-color: rgb(121, 140, 191);
  /* background-image: url('./images/tech-daily-0xqo0Y_MoIk-unsplash.jpg'); */
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  /* margin: 1em;
  padding: 1em; */
  width: 99vw;
  height: 95vh;
}

input {
  font-size: 1.1em;
  border-radius: 15px;
  text-align: center;
  margin-top: 5px;
}

label {

  font-size: 1.1em;
}

#title {
  background-color: rgb(0, 0, 0);
  font-size: 1.1em;
  color: rgb(255, 255, 255);
  margin-bottom: 5px;
  border: none;
  border-radius: 15px;
  font-weight: normal;
  font-size: 1.75em;

}

#blurb {
  background-color: rgba(245, 226, 226);
  text-align: center;
  margin: 1em auto 1em auto;
  width: 500px;
  padding: .5em;
  border-radius: 65px;
  font-size: 1em;
}

#visual-title {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: .5em;
  border-radius: 15px;
}

#array-visual {
  margin: 1em;
}

header {
  /* background-color: rgb(245, 226, 226);   */
  
  background-size: cover;
  width: 95vw;
  padding: 10px;
  color: black;
  margin: 10px 0 0 20px;
  border-radius: 15px;

}

button {
  margin-top: 1em;
  background-color: rgb(40, 137, 211);
  font-size: 1.1em;
  color: rgb(0, 0, 0);
  padding: .25em .5em .25em .5em;
  border: none;
  border-radius: 15px;
  font-weight: normal;
  text-align: center;
}

rect:hover,
circle:hover,
text.circle:hover,
text.rect:hover {
  cursor: pointer;
}

.subtext {
  font-size: .8em;
  font-weight: 400;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}