body {
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh);
    font-family: "Figtree";
}
h2 {
    font-size:30px;
    font-weight: 500;
    color:#ee4b2b;
}
.grid {
display: grid;
justify-items: center;
row-gap: 20px;
}

