
.grid {
    margin: auto;
    width: 400px;
    height: 310px;
    border: solid black 2px;
    border-radius: 5px;
}

h3 {
    text-align: center;
    font-family: 'Dongle', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 50px;
} 


