/* style.css */
body {
    background: #22317C;
}
.image {
  display: flex;
  justify-content: center; 
  align-items: center;     
  height: 98vh;        
}
.p {
  color: red;
}