body{
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container{
    border: 0.1rem solid black;
    padding: 2rem;
    border-radius: 0.4rem;
    background-color: aliceblue;
    text-align: center;
}
.header{
    font-size: 2rem;
}