@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: white;
  background: white;
  border-radius: 25px;
  margin: 20px auto;
  border: white;
  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;
}

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

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

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

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

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

}

.download-ockto-button {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 30px;
  background: #202124;
  color: white;
  border-radius: 10px;
  max-width: 200px;
  margin: 40px auto;
}

.download-ockto-button:hover {
  cursor: pointer;
}

.pressed-button-text {
  visibility: hidden;
  margin: 20px auto;
  text-align: center;
  color: #FF6600;
  font-weight: 600;
}

.just-text {
  color: black;
  text-align: center;
  font-size: 14pt;
}

.extra-link a {
  text-decoration: none;
  font-size: 16px;
  color: black;
}

.extra-link a:hover {
  color: rgb(47,181,189);
}
