*
{
    margin: 0;
    padding: 0;
}

.body 
{
    background-color: #000626;
}

.primcolor
{
    background-color: #0957ff;
}

.marginauto
{
    margin: auto;
}

/* Css for nav */

.buttonsignup
{
    color: white;
    border-radius: 12px;
}

/* Set the border color */    
.custom-toggler.navbar-toggler {
    border-color: black;
}
/* Setting the stroke to green using rgb values*/
.custom-toggler .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navheader
{
    background-color: white;
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 30%);
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0.48;
    align-items: center;
}

/* Css for body */

.centertext
{
    text-align: center;
}


/* Brand images */

.imgbrands
{
    display: block;
    padding: auto;
    margin: auto;
    width: 200px;
    height: 150px;
}


/* cards for computer and notebooks */

.card-img-width
{
    text-align: center;
    margin: auto;
    max-height: 200px;
    max-width: 300px;
}

.card-border-width
{
    min-height: 210px;
    min-width: 300px;
}

/* styling for reviews */

.centerimg_div
{
    display:block;
    margin:auto;
}

table
{
    width: 100%;
}

table, td 
{
    background-color: #E8E8E8;
    border: #A9A9A9;
    border-style: groove;
    text-align: left;
}

.marginright
{
    display:block;
    margin-right: 0;
    margin-left: auto;
}