@import url("../../header-footer/src/defoult.css");

.hero {
    width: 90vw;
    height: calc(100vh - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    background-color: var(--bg-secondary);
    border: 5px solid var(--color-primary);
    border-radius: 10px;
    border-top: none;
    color: var(--bg-secondary-text);
    text-align: center;
}

.hero h1 {
    font-size: 3em;
    margin: 0.2em 0;
}

.hero h2 {
    font-size: 2em;
    margin: 0.2em 0;
}

.hero p {
    font-size: 1.2em;
    margin: 0.2em 0;
}

.h1-color {
    color: var(--color-accent);
}
/* header {
    background-color: var(--bg-navbar);
    color: var(--bg-navbar-text);
    width: 100vw;
    height: 60px;
    display: flex;
    position: sticky;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
}

header img {
    width: 45px;
    height: 45px;
}

.website-logo {
    position: absolute;
    left: 5px;
    top: 5px;
}

.acc-actions {
    width: 150px;
}

.logged-in {
    display: none;
}

.lologged-out {
    width: 100%;
}

.tabs ul li a {
    font-size: 1.5em;
    font-weight: 900;
    text-decoration: none;
    color: var(--color-accent);
} */

