body {
    font-family: 'Bodoni Moda', serif;
    background-image: url(../images/basketballcourt\ \(1\).jpg);
    
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #464646;
    background-size: cover;
}

header {
    margin-top: 0;
    background-image: linear-gradient(#552283, #FDB927);
    min-height: 200px;
    font-family: 'Bodoni Moda', serif;
    font-size: 36pt;
    border: 2pt #552283;
    text-align: center;
    padding: 25px 0;
}

article p {
    font-style: italic;
    text-align:center;
    background-color: white;
    font-size: 24pt;
    min-height: auto;
    border: 2pt black solid;
}


#flex-container {
    align-items: center;
    justify-content: center;
}

#flex-container div {
    
    color: white;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    
}


#flex-container div figure {
    
    flex: 1 0 420px;
    width: 30px; height: 30px;
    justify-content: center;
    align-items: center;
}

#figure1 {
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}

#figure2 {
    
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}
#figure3 {
    
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}
#figure4 {
    
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}
#figure5 {
    
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}
#figure6 {
    
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}
#figure7 {
    
    min-height: 140px;
    max-width: 210px;
    border: 3pt solid #552283;
}

a {
    background-color: transparent;
    min-height: 200pt;
}

footer {
    min-height: 50px;
    margin-bottom: 500pt;
    text-align: center;
    padding: 20pt;
    background-color: white;
    color: white;
}