body {
background-color: white
}
p {
      color: #772bf5;
      font: 15px Courier, sans-serif;
      text-align: center
    }
b {
   font: 30px Courier, sans-serif;
}
#center
{
  position: absolute;
top: 50px;
left: 50%;
transform: translate(-50%);
}
    