* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #101010;
}

.main_containt {
    width: 100%;
    min-height: 100dvh;
    background-color: transparent;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.inside_tools-list {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: transparent;
    padding: 10px;
    gap: 50px;
    flex-wrap: wrap;
}

.card {
    width: 100%;
    min-width: 200px;
    max-height: fit-content;
    display: flex;
    justify-content: flex-start ;
    align-items: center;
    gap: 50px;
    border: 1px solid rgba(0, 0, 0, 0.113);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #f1f1f110;
    margin-top: 10px;
    background-color: #242428;;

}

.banner {
    width: 100%;
    height: 100%;
    min-height: 30dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    background: url('/assets/graphics/hero/nethydra_site_banner.png');
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner h1 {
    color: white;
    font-family: "inter", serif;
    font-weight: 600;
    font-size: 2.9em;
    letter-spacing: 5px;
}

.banner span {
    font-family: "inter", serif;
    font-size: 1.2em;
    color: white;
    font-weight: normal;
}
.card-tools-list {
    background-color: #242428;
}

.card-tools-list li {
    margin-bottom: 10px;
    list-style: none;
}

.card-tools-list a {
    text-decoration: none;
    color: #367bf0;
    font-size: 1.2em;
}
.handle-me {
    font-family: "Inter", serif;
}
.handle-me span {
    font-size: 1.5em;
    font-weight: bold;
    color: #367bf0;
}