body {
    background-image: url(./images/background.jpg); 
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
    display: grid;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
}

h1{
    grid-column: span 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10%;
}

footer{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
}