body {
    margin-bottom: 100px;
}

a {
    color: #4242DE;
}

a:hover {
    text-decoration: underline !important;
}

.dropdown-content > a:hover {
    text-decoration: none !important;
}

.button.is-link {
    background-color: #4242DE;
}

@media (prefers-color-scheme: dark) {
    :root {
        a {
            color: #9D99FF;
        }

        .button.is-link {
            background-color: #9D99FF;
        }
    }
}

html.theme-dark {
    a {
        color: #9D99FF;
    }

    .button.is-link {
        background-color: #9D99FF;
    }
}

html.theme-light {
    a {
        color: #4242DE;
    }

    .button.is-link {
        background-color: #4242DE;
    }
}

.button.is-link:hover {
    background-color: hsl(0, 0%, 71%);
}

a.is-active {
    text-decoration: underline;
}

.section-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.section-navbar {
    padding-top: 3rem !important;
    padding-bottom: 0 !important;
}

.software-image {
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 12px !important;
    overflow: hidden;
}

.software-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.is-96x48 {
    width: 96px;
    height: 48px;
}

.is-unstyled {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
  
.no-border {
    border: none !important;
    box-shadow: none !important; 
}

.dropdown.is-hoverable:hover {
    cursor: default;
}
  
.dropdown.is-hoverable:not(.is-active) .dropdown-menu {
    display: none;
}

.has-border {
    border: 1px solid #f3f4f6;
    border-radius: 8px;
}