.htmx-body {
    border-style: solid;
    border-radius: 3px;
    border-width: 1px;
    font-size: 110%;
}

@media (max-width: 768px) {
    .htmx-body {
        border: none;
    }
}

.img {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
}

.nav-link {
    font-weight: 600;
    font-size: 125%;
}

.nav-container {
    border-style: solid;
    border-width: 0.1px;
    border-color: #e1e1e1;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .nav-container {
        border-radius: 0;
        margin-top: 0 !important;
        border: none;
        border-bottom: solid 1px #808080;
    }
}

html {
    overflow-y: scroll;
}

.form-label {
    font-size: 150%;
    color: #F9527E;
    font-weight: 700;
}

.find-target-result {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    cursor: pointer;
    transition: box-shadow .3s;    
}

.find-target-result:hover {
    background-color: #ed8ff7;
    box-shadow: 6px 6px black;
    border-width: 1px;
    border-radius: 3px;
}

.hover-shadow {
    transition: box-shadow .3s;
}

.hover-shadow:hover {
    box-shadow: 3px 3px 6px 3px rgba(33, 33, 33, .2);
}

.captcha {
    margin-right: 10px;
    height: 75px;
    width: 150px;
}

