html, body {
    font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    margin-top: auto;
}

.star {
    width: 16px;
    height: 16px;
    filter: brightness(0) saturate(100%) invert(79%) sepia(72%) saturate(2131%) hue-rotate(3deg) brightness(104%) contrast(113%);
}

.like, .icon {
    width: 16px;
    height: 16px;
}

.liked {
    filter: invert(54%) sepia(52%) saturate(375%) hue-rotate(58deg) brightness(98%) contrast(92%);
}

b {
    font-weight: 1000 !important;
}

circle {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
}

.w-100px {
    width: 100px !important;
}

.btn-primary, .btn-primary:hover, .btn-success, .btn-success:hover, .btn-outline-primary:hover, .btn-outline-success:hover {
    color: white;
}

.btn:hover {
    font-weight: bold;
}

.slim-form {
    justify-self: center;
    width: clamp(300px, 95%, 450px);
}

.textblock-area {
    justify-self: center;
    width: clamp(300px, 95%, 70ch);
    text-wrap: pretty;
}
