body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
  background-color: #2e3f59;
}

.centered_div {
  width: Xu;
  height: Yu;
  position: absolute;
  top: 46%;
  left: 46%;
  margin-left: -(X/2)u;
  margin-top: -(Y/2)u;
}

.name {
  color: white;
  font-size: 40px;
}