body{
    display: flex;
    background-image: url(/an.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    opacity: 0.75;
    font-family: 'Courier New', Courier, monospace;
    color: rgb(0, 0, 0);
}
header{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    font-stretch: expanded;
}

.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column: 3;
    grid-template-rows: 60px 60px 60px 60px 60px 60px;
    grid-row: 6;
    column-gap: 10px;
    row-gap: 10px;  
}
p{
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-size: 22px;
    font-weight: 400;       
    letter-spacing: 10px;
}