@import url(https://fonts.googleapis.com/css?family=Chakra+Petch);

* {
    font-family: "Chakra Petch", sans-serif;
    color: rgb(049, 226, 236);
}

body {
    background-color: rgb(000, 040, 066);
}

div.sidePanel {
    max-width: 30%;
}

div.sidePanel img {
    max-width: 100%;
}

#desc {
    font-size: 20pt;
}

h2 {
    margin: 0;
}


header img, footer img {
    filter: invert(69%) sepia(100%) saturate(345%) hue-rotate(130deg) brightness(94%) contrast(97%);
}

#main {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    padding: 10px 0px;
}


/* HEADER */
header {
    text-align: center;
    border-bottom: 2px solid rgb(049, 226, 236);
    width: 90%;
    margin: auto;
}

header img {
    width: 96px;
    height: 96px;
}

header a {
    text-decoration: none;
    display: inline-block;
    margin: 8px;
}

header h1 {
    display: inline-block;
    font-size: 37px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}

/* FOOTER */
footer {
    text-align: center;
    border-top: 2px solid rgb(049, 226, 236);
    width: 90%;
    margin: auto;
}

footer p {
    font-size: 12px;
    padding: 16px;
    margin: 0px;
}

footer img {
    width: 36px;
    height: 36px;
}

@media screen and (max-width: 900px) {

    #main {
        flex-direction: column;
        align-items: center;
    }

}

@media print {

    #main {
        flex-direction: column;
        align-items: center;
    }

}
