p{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
body{
    background-color: white;
    background-repeat:  no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    overlay: auto;
    }
  main{
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    }