body {
text-align: center;
}

p {
text-align: left;
}

img  {
   float: left;
   width: 150px;
   margin: 2%;
}

.logobox {
   width: 500px;
   margin: 0 auto;
}

#logotext {
   margin-top: 1%;
}

#test { 
  top: 50%
  align-items: center;

  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}
