body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif !important;
  background-color: #d1684e;
}

h1 {
  color: white;
  top: 10px;
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 50px;
}

#wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

#wrap canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 500px;
  margin: -250px 0 0 -250px;
  -outline: 1px solid #fff;
}

#footerInfo {
  position: fixed;
  color: white;
  opacity: 0.2;
  text-align: center;
  padding: 10px;
  font-size: 8px;
  bottom: 0.3vh;
  left: 3vh;
}
#info {
  position: fixed;
  color: white;
  text-align: center;
  width: 100vw;
  padding: 10px;
  font-size: 21px;
  bottom: 6vh;
}

#watermark {
  position: absolute;
  top: 2vh;
  width: 100vw;
  font-size: 40px;
  color: white;
  font-family: sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1vw;
  text-align: center;
  padding: 20px;
  opacity: 0.5;
}

a {
  font-size: 30px;
  color: white;
}

.install {
  font-size: 12px;
  line-height: 13px;
}
.download-button {
  background-color: #222; /* Change this color to fit your brand */
  border-radius: 5px; /* Rounds the edges of the button */
  color: #fff; /* Changes the text color to white */
  font-size: 1.25rem; /* Increases the text size */
  padding: 1rem 2rem; /* Adds some padding inside the button */
  text-decoration: none; /* Removes the underline from the text */
  margin-right: 10px;
  font-weight: lighter;
}

#text {
  width: 100%;
  text-align:center;
  position: absolute;
  top: 30%;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.grid-container {
  padding-top: 800px;
  padding-bottom: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid-container img {
  width: 60%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0.5rem;
}

#plan-grid {
  padding-top: 0px;
  padding-bottom: 0px;
}

#schools {
  padding-bottom: 400px;
  opacity: 1%;
}