body {
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  background: rgb(240, 247, 253);
}

div.ssadc-logo {
  background-image: url("/img/SSADC logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

div.small-logo {
  width: 4em;
  height: 4em;
}

h1, h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
}

div.proj-of {
  position: relative;
  font-family: 'Poppins', sans-serif;
  /* left: 32px; */
  bottom: 16px;
  margin: 0;
  margin-top: 48px;
  padding-left: 48px;
  color: rgb(70, 70, 70);
}

.float-left {
  float: left;
}

a.back-home {
  color: white;
  text-decoration: none;
}
a.back-home:visited {
  color: white;
  text-decoration: none;
}

div.caution {
  color: #9e543e;
  font-size: 1.3rem;
}

.shift-left {
  position: relative;
  left: 3rem;
}

.display-none {
  display: none;
}

.clear {
  clear: both;
}