body {
  font-family: 'Ubuntu', sans-serif;
  color: #333;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-image: url('/img/secbyd-large.png');
}

a {
  font-family: 'Georgia','Times','Times New Roman',serif;
  text-align: right;
}
.block {
  text-align: center;
  background: #fff;
  border: #fff solid 1px;
  margin: 0px;
  height: 100vh;
  opacity: 0.2;
}

.block:before {
  content: '\200B';
  display: inline-block;
  height: 100%; 
  vertical-align: middle;
 }

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  padding: 10px 15px;
  border: #fff solid 1px;
  background: #fff;
 }

 .thenet {
  position: absolute;
  display: inline-block;
  vertical-align: bottom;
  right:10px;
  bottom:50px;
  width:30px;
 }
 .title{
  font-size: 4em;
 }

