@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,600i,700');

body {
  background-color: white;
  font-family: 'Titillium Web', sans-serif;
}

.ockto-logo {
  margin-top: 20px;
}

.top-logo {
  margin-left: 20px;
}

.main-container {
  background: rgb(47,181,189);
  background: linear-gradient(0deg, rgba(47,181,189,0.7) 0%, rgba(47,181,189,1) 100%);
  border-radius: 25px;
  margin: 20px auto;
  border: solid 1px rgb(47,181,189);
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
}

.offset-empty {
  margin: 0 auto;
  max-width: 930px;
}

.center-logo {
  margin: 20px;
  height: 200px;
  background-image: url("center-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-octagon {
  background-image: url("white-octagon.png");
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.margin-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.centered {
  margin: 0px auto;
  width: 190px;
}

.left-float {
  margin-left: 20px;

}

h2 {
  color: white;
  font-size: 22pt;
  text-align: center;
}

.offset-20 {
  margin-left: 20px;
  margin-right: 20px;
}