*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}
body{
   background-image: url(./cozystorespic/IMG_0417.JPG);
   background-size: cover;
   background-position: center;
}
nav {
  font-family: 'Times New Roman', Times, serif;
}
.nav-link{
    color: black;
}
.card-img{
    width: 100%;
    height: 100%;
}
.logo{
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: larger;
}
.sprays {
  text-decoration: none;
  list-style-type: none;
  margin: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Times New Roman', Times, serif;
  color: black;
}

.sprays a {
  color: rgb(95, 9, 9);
  font-weight: bold;
  font-size: large;
  padding: 10px;
}

.sprays a:hover {
  text-decoration: none;
  color: black;
}

.text{
    text-align: center;
    margin: 10px;
    font-weight: bolder;
    font-size: x-large;
}
 .productlist{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Times New Roman', Times, serif;
    color: black;
 }
.products img {
     width: 230px;
     height: 230px;
     padding: 10px;
     border-radius: 100px;
}

.products{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    font-size: small;
}
.perfumes{
    text-align: center;
    font-weight: bolder;
    margin: 10px;
    font-size: large;
    color: red;
}
.perfumes h3{
    font-size: large;
    color: rgb(95, 9, 9);
  font-weight: bold;
}
.perfumes:hover {
  scale: 1.1;
  transition: 0.5s;
}
 .productlist2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     font-family: 'Times New Roman', Times, serif;
     color: black;
     font-size: small;
 }
.products2 img {
     width: 230px;
     height: 230px;
     padding: 10px;
     border-radius: 100px;
}

.products2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.perfumes1{
    text-align: center;
    font-weight: bolder;
    margin: 10px;
    font-size: large;
    color: red;
}

.perfumes1 h3{
    font-size: large;
    color: rgb(95, 9, 9);
  font-weight: bold;
}
.perfumes1:hover {
  scale: 1.1;
  transition: 0.5s;
}
.ton{
     width: 100px;
    background-color: burlywood;
    border-radius: 20px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bolder;
    font-size: small;
}

footer{
  background-color: #24262b;
  color: white;
  padding: 70px 0;
  font-family: 'Times New Roman', Times, serif;
}
.prop{
  width: 25%;
  padding: 0 15px;
}
.prop h3{
  font-size: larger;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
}
.prop h3::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  box-sizing: border-box;
}
.prop p{
  text-transform: capitalize;
  display: block;
}
@media screen and (max-width:768px)  {
  .prop{
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:574px)  {
  .prop{
    width: 100%;
  }
}
.line{
  color: red;
}