body{
    font-family: 'Times New Roman', Times, serif;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100% );
    justify-items: center;
    justify-content: center;
    color: white;
}


.container{
    background: white;
    color: black;
    width: 500px;
    height: 400px;
    padding: 20px;
    position: absolute;
     top: 50%;
     left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5%;
    justify-content: center;
    text-align: center;
    font-size: large;
}