.centered-text {
    text-align: center;
    color: white; 
    background-color: #00072D;
}
body {
    background-color: #00072D; 
    color: white; 
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
    font-family: Arial, Helvetica, sans-serif
}
