*{
    box-sizing: border-box;
}

body{
    display: flex;
    margin: 0%;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-size: 4rem;
    background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
    color: rgb(34, 34, 34);
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;

}

