.link {
    font-size: middle;
    color: inherit;
    text-decoration: none;
}

.thanks {
    font-size: small;
    color: #1e293b;
}

.bold {
    font-weight: bold;
}

.light_blue {
    color: rgb(191, 232, 255)
}

.bg-light-yello {
    background-color: rgb(255, 248, 220);
}