* {
    /* margin: 0; */
    /* padding: 0; */
    box-sizing: border-box;
    /* justify-content: center; */
    /* align-items: center; */
    /* max-height: fit-content; */
}

body {
    font-family: 'Rubrik' , sans-serif;
    margin: auto;
    padding: auto;
    background-color: #434748;
}
main {
    margin: auto;
    padding: auto;
    color: aliceblue;
}

h2 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

header {
    display: flex;
    position: fixed;
    width: 100%;
    overflow: hidden;
    background-color: #737f81;
    border-radius: 1rem;
    align-items: center;
    justify-content: space-between;
    /* padding: 1rem; */
}

.header__nav {
    justify-content: space-between;
    background-color: #737f81;
    border-radius: .5rem;
    margin: .5rem;
}



.header__item {
    color: aliceblue;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    padding: .5rem;
}


.header__list {
    list-style: none;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: .5rem;
    ;

}
.header__link {
    color: aliceblue;
    text-decoration: none;
    margin: 0 0 0 0;
}

.container {
    display: grid;
}

