#app {
    background-color: #22ADC2;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 66vw;
    color:#fff;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(310deg) brightness(109%) contrast(101%);
}

a {
    color: #222;
}

p {
    margin:0 auto;
    font-size:1.2em;
    line-height:1.6;
    max-width:900px;
}