* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 400;
    /*max-width: 450px;*/
}

header{
    text-align: center;
    color: rgb(191, 255, 134);
    font-size: 32px;
    font-weight: 800;
    text-shadow: 2px 2px 1px rgb(90, 103, 116);    
    padding: 20px 15px;
    background-color: rgb(84, 166, 1);

}

h4 {
    padding-left: 15px;
    color: gray;
    font-style: italic;
}

section {
    display: flexbox;
    flex-wrap: wrap;
    font-size: 125%;
    text-align: center;
    align-content: center;
    background-color: rgb(73, 121, 209);
    text-shadow: 2px 2px 1px rgb(110, 110, 110);
    padding: 15px;
    color: aliceblue;
}


section > #app {
    font-weight: 600;
    text-shadow: 3px 3px 1px rgb(47, 56, 81);
}

img {
    max-width: 90%;
    height: auto;    
}

hr {
    max-width: 30%;
    color: rgb(94, 240, 245);
}

section > a > img {
    box-shadow: 10px 5px 5px rgba(7, 77, 112, 1.253);
}

footer {
    padding: 12px;
    padding-top: 30px;
    text-align: center;
    background-color: rgb(43, 48, 53);
    height: 150px;
    color: #fff;
    
    margin-top: 5px;
}

footer > a {
    color: chartreuse;
}
