*{
    background-color: rgb(155,188,15);
}

header {
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gridContainer{
    justify-self: center;
    display: flex;
    flex-direction: column;
     height: 70vh;
     aspect-ratio: 1/1;
     outline: 2px dotted rgb(15,56,15);
    }

