*{
    margin: 0px;
    align-self: center;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
}
body{
    margin: 2px;

    background-image: url(/img/RAW6.jpg) 0.9;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: contain;
}
main{
    display: grid;
    grid-template-columns: 5;
    grid-template-rows: repeat(10);
    grid-row: 70px;
    grid-row-start: 1;
}
h1{
    text-align: center;
}
#cell3:focus{
    font-style: oblique;

}