
h1 {
    font-family: sans-serif;
}
.background {
    background-color: rgb(17, 17, 17);
    height: 100vh;
}
.page-name {
    text-align: center;
    padding-top: 12rem;
}
h1 {
    color: white;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 45%;
    margin: 5rem auto 0 auto;
    max-width: 30rem;
    row-gap:1rem;
    column-gap: 1rem;; 
}
.grid-container div {
    display: flex;
    border-radius: 20px;
    background-color: rgb(68, 68, 68);
    width: 8rem;
   justify-self:center;
   margin: 0;
}
    
a {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 100%;
    text-align: center;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
     font-weight: 700;
}