body
{
    background-image: url("background.jpg") ;
    background-size: cover;
    background-position: top center;
}

#site-logo img
{
    width: 120px;
}

#site-content .btn
{
    background-color: rgb(255,255,255,0.8);
    display: flex;
    align-items: center;
}

#site-content .btn:hover
{
    background-color: var(--bs-btn-color);
}

#site-content .btn .text-content
{
    flex: 1 1 0;
}

#site-content .btn .icon img
{
    width: 32px;
}
