
body {
  margin: 0;
  padding: 0;
  height: 100vh; /* 100% of the viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.centered-block {
    font-family: "Source Code Pro", monospace;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.logo{
  height:50px;
  padding: 10px;
  position: relative;
  top: 25px;
}

.inlogo{
  height: 40px;
  padding: 0px;
  vertical-align: bottom;
  position: relative;
  left: -10px;
}
