body{
    background-color: lightseagreen;
    text-align: center;
    font-size: 30px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
    color: rgb(63, 12, 12);
    margin: 20px 0px 20px 0px;
}

h3{
    background-color: rgba(250, 250, 250, 0.685);
    text-indent: -400px;
}


.grid{
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    width: 500px;
}

.grid:hover{
    cursor: pointer;
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
}
