﻿body {
    background-color: white;
    color: black;
    font-family: 'Aptos', sans-serif;
    line-height: 20px;
}

img.mood {
    width: 100%;
    height: 100%;
}

h1 {
}

h2 {
}

ul {
    padding-inline-start: 18px;
}

ul li {
    margin-top: 3px;
}

div.text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.item {
    margin-right: 50px;
}

div.fill {
    flex-basis: 100%;
}