.info {
    margin: 20px;
}

nav {
    display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0px;
    font-family: Nunito, Arial, Helvetica, sans-serif;
    filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, .6));
}

.nav-links a {
    color: white !important;
    text-decoration: none !important;
}

.nav-links a:hover {
    filter: drop-shadow(0px 0px 12px rgba(255, 255, 255, 0.2));
}

.nav-links img {
    size: 5px;
}

header {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    height: 100px;
}

.line {
    width: 100%;
    max-width: 20%;
}

/* Style the header with a background and some padding */
.header {
    height: 100%;
    max-height: 100%;
    float: none;
    display: block;
    overflow: hidden;
    background-color: #040512;
    padding: 0px 25px;
    border: 10px;
    stroke-width: 5px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #525BFF, #FFFFFF) 1;

}

/* Style the header links */
.header a {
    float: right;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 0px;
    text-decoration: none;
    font-size: 25px;
    line-height: 15px;
}

.border-line {
    width: 100%;
    max-width: 100%;
    
}

footer {
    background-color: #040512;
    color: white;
    text-align: center;
    padding: 15px 10px;

    border-top: 2px solid;
    border-image: linear-gradient(to right, #525BFF, #FFFFFF) 1;

}

