* {
  margin: 0;
  padding: 0;
  box-sizing: border-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;
}

.logo {
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-size: larger;
}

.frag {
  border-radius: 20px;
  padding: 2px;
  font-size: small;
  font-family: 'Times New Roman', Times, serif;
}

.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;
}

.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;
  font-family: 'Times New Roman', Times, serif;
  color: black;
}

.perfumes {
  text-align: center;
  font-weight: bolder;
  margin: 10px;
  font-family: 'Times New Roman', Times, serif;
  font-size: larger;
  color: red;
}
.perfumes h3{
  font-size: large;
  font-family: 'Times New Roman', Times, serif;
  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;
}

.products2 img {
  width: 230px;
  height: 230px;
  padding: 10px;
  border-radius: 100px;
}

.products2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  font-size: small;
  font-family: 'Times New Roman', Times, serif;
}

.perfumes1 {
  text-align: center;
  font-weight: bolder;
  margin: 10px;
  font-size: larger;
  color: red;
}
.perfumes1 h3{
  font-family: 'Times New Roman', Times, serif;
  font-size: larger;
  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;
}