*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;

    --blue: #0e074d;
    --red: #da291d;
}

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.lit{
    background-color:rgb(8, 53, 136);
    position: absolute;
    width: 100%;
    height: 75%;
    z-index: -1;
    top: 41rem;
}

.qty{
    width: 8%;
}

a,
a:hover{
    text-decoration: none;
}

a .container{
    color: #404040;
}

.user-name{
    font-size: 1em;
}

.bg{
    background-color: rgb(223, 223, 223);
}

.hr-line{
    border-bottom: 1px solid #999999;
}

.view-profile {
    font-size: 0.7em;
}

