﻿{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.navbar-brand {
    font-size: 2em;
    color: black;
}

 .navbar-brand:hover {
        color: black;
    }

.nav-link {
    margin-right: 10px;
    margin-left: 10px;
    color: black;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.pd {
    text-align: center;
    color: white;
}

.card {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.nav-link:hover {
    color: black;
}

.productcolor:hover {
    -webkit-box-shadow: -3px 2px 8px 7px rgba(38,24,222,1);
    -moz-box-shadow: -3px 2px 8px 7px rgba(38,24,222,1);
    box-shadow: -3px 2px 8px 7px rgba(38,24,222,1);
}

a:hover {
    color: blue;
}

.img {
    height: 50px;
    width: 100px;
    border-radius: 20px;
    justify-content: start;
    margin-left: 5px;
}

.main {
    width: 100%;
}

.new {
    align-content: center;
}

button {
    height: 45px;
    width: 35%;
    border: none;
    outline: none;
    background-color: darkgray;
    color: white;
    font-weight: 700;
    border-radius: 60px;
}
.card:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(23,23,207,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(23,23,207,1);
    box-shadow: 0px 0px 20px 0px rgba(23,23,207,1);
}

.productcolor {
    background-color: orange;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.imgproduct {
    border-color: black;
    border: solid 4px;
    margin-top: 30px;
}

.footer {
    background-color: black;
    color: white;
}

.footer p {
        margin: 0;
    }

.area {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}

.AB {
    height: 150px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 20px;
    border-radius: 20px;
    border-color: black;
    -webkit-box-shadow: 1px 1px 9px 4px rgba(232,189,58,1);
    -moz-box-shadow: 1px 1px 9px 4px rgba(232,189,58,1);
    box-shadow: 1px 1px 9px 4px rgba(232,189,58,1);
}

.AB:hover {
        -webkit-box-shadow: 1px 1px 9px 4px rgba(230,58,204,1);
        -moz-box-shadow: 1px 1px 9px 4px rgba(230,58,204,1);
        box-shadow: 1px 1px 9px 4px rgba(230,58,204,1);
    }

.value {
    font-size: 50px;
    display: block;
    font-weight: bold;
    color: blue;
    font-style: italic;
}

.D {
    -webkit-box-shadow: 0px 0px 2px 3px rgba(245,237,245,1);
    -moz-box-shadow: 0px 0px 2px 3px rgba(245,237,245,1);
    box-shadow: 0px 0px 2px 3px rgba(245,237,245,1);
}
