.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    color: #27408B;
    font-size: 40px;
    font-family: Impact, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
}

body {
  background-color: #c0d4eb
}