body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: whitesmoke;
}

main {
    flex: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.tender-container {
    max-width: 1000px;
}

.small-text {
    font-size: 11px;
}

.link {
    font-size: 12px;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}