html,
body {
    height: 100%;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42857143;
    color: #58666e;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    flex-direction: row;
}

div {
    width: 100%;
}

img {
    margin-bottom: 1rem;
    filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}
