body,html{
 height: 95%;
}

body {
 background-color: #000000;
}

#center {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: auto;
 width: 100%;
 height: 100%;
 max-width: 1000px;
 vertical-align: middle;
}

.orbain {
 font-family: Helvetica, "MS Arial"," MS Trebuchet", "MS Verdana", sans-serif;
 font-weight: 700;
 font-size: 13px;
 color: #FFFFFF;
 text-align: center;
}

.pluscode {
 font-weight: 700;
 font-size: 18px; 
}

