:root {
    --first-color: #cfcfe8;
    --second-color: #a1a1ce;
    --third-color: #7474b0;
    --fourth-color: #4e4e94;
    --fifth-color: #313178;
    --text-color: azure;
}

body {
    margin: 0px;
    font-family: "Roboto Mono";
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: azure;
    cursor: pointer;
}

header {
    background-color: var(--fifth-color);
    width: 100%;
}

.container {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.containerB {
    font-size: 20px;
    font-weight: 400;
    margin: 20px;
    justify-self: center;
}

.header-item {
    margin: 0px 10px;
    padding: 10px 0px;
}