@import url('source/keyframes.css');

header {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 50px;
    z-index: 99;
}

header button,
header h1 {
    background: none;
    border: none;
    text-decoration: underline;
    color: var(--TextDarkColor);
    opacity: 52%;
    font-size: 20px;
    height: 100%; width: auto;
    padding: 0 20px;
    transition: 0.1s ease-in-out;
}

header button:hover {
    cursor: pointer;
    opacity: 1; text-decoration: none;
}

.defSTY {
    opacity: 1 !important; text-decoration: none !important;
}

header h1, #NavMenu_Responsive {
    position: absolute;
    left: 10px; top: 20px;
    text-decoration: none;
    font-size: 30px;
    height: auto;
} #NavMenu_Responsive { left: auto; right: 10px; }

.Header_ResponsiveCLS {
    height: 70px !important;
    display: flex;
    flex-direction: column;
}

.Buttons_ResponsiveCLS {
    position: relative;
    top: 170px;
    margin: 1px;
    padding: 20px 10px !important;
    width: 90%;
    border-radius: 7px;
    background: black !important;
    opacity: 1 !important;
    color: white !important;
    text-decoration: none !important;
    opacity: 0;
    transform: translateY(-100px);
    animation: appearModule 0.15s linear forwards;
    transition: 0.1s ease-in-out;
}

.Buttons_ResponsiveCLS:hover {
    background: rgb(20, 20, 20) !important;
}