@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html, body {
    margin: 0%;
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: "Roboto";
    
}
header {
    text-align: center;
    background-color: rgb(1, 1, 92);
    font-style: italic;
    padding: 20px;

}
footer {
    padding: 20px;
    background-color: rgb(1, 1, 92);
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    h6 {
        font-family: "Space mono", sans-serif;
    }
    
}

section, article {
    margin: 40px;
}

h2 {
    text-align: center;
}

section {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    img {
        margin: 10px;
    }
}