body{
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #1d3d8f;
     align-items: center;
    justify-content: center;
    height: 100vh;
    
}

.container{
    font-family: 'Times New Roman', Times, serif;
    background-color: aliceblue;
    text-align: center;
    border-radius: 5px;
    padding: 40px;
}


