.head{
    margin-top: 10px;
    background-color: #D8D6D5;
}

.head h2{
    color: #0c225e;
    font-size: 35px;
}


p {
    display: inline;
}

.handleblock{
    margin: 1em;
}   

.block{
    margin-top: 20px;
    /*display: none;*/
}

.recent{
    height: 100%;
}

#display_block{
    display: none;
}

.accepted{
    color: green;
}

.failed{
    color: red;
}

.accepted, .failed, .notattempted{
    font-size: 10px;
}

tr{
    height: 10px;
}

.recommend{
    font-size: 20px;
}

#alert_message{
    display: none;
    color: red;
}

.recommendations{
    margin-top: 20px;
    padding: 10px;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    flex: 1; /* This grows to fill remaining space */
    display: flex;
    flex-direction: column;
}

#display_block {
    flex: 1; /* Ensures it grows with content */
    display: none; /* Keep your existing rule */
}

.footer {
    background-color: #343a40;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
}

.direct-link {
/*     letter-spacing: 0.01em;
    color: whitesmoke;
    text-decoration: none;
    font-weight: 900; */
    background: linear-gradient(to right, #3b82f6, #8b5cf6, #ef4444); 
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 500;
}
