@import url(https://fonts.googleapis.com/css?family=Quicksand);
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgb(38, 50, 102);
  font-family: "Quicksand", sans-serif;
  color: #fff;
}
a {
  text-decoration: none;
  color: white;
  text-align: center;
}

#my_text {
  /*position: relative;*/
  /*margin-top: 15%;*/
  /*margin-left: 33%;*/
  /*margin: 0 auto;*/
  /*width: 33% / 2;*/
  /*background-color: green;*/
  position: fixed;
  width: 450px;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  padding: 15px 0 0 20px;
  
}

#my_text > div {
  /*margin: 0 auto;*/
  /*text-align: center;*/
  /*background: red;*/
}


.logos {
  /*width: 50px;*/
  height: 30px;
}
#docker {
  height: 29px;
  /*width: 32px;*/
}

#logo {
  width: 120px;
}

#pgp-text {
  color: white;
  text-decoration: none;
}

#pgp-lock {
  vertical-align: middle;
  width: 15px;
}

#pgp-lock a {
  color: white;
}




#footer {
  position: fixed;
  /*width: 250px;*/
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  
  
}

#my_root_ca {
  text-decoration: none;
  color: white;
}