@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;300;400;500;700;900&display=swap');

html, body {
    width: 100%;
    background-color: #2D2F31;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #b2ecff;
    font-size: 22px;
    font-weight: 100;
}

h1 {
    font-size: 34px;
    margin: 0;
    padding-bottom:10px;
    font-weight: inherit;
}

section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

img {
    display: block;
    margin: 0 auto;
}

a, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    text-decoration: underline;
}
