* { 
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
.column {
  float: left;  
}


.column1a,
.column2b,
.column3c {
  width: 25%;
  height: 370px;
  margin-left: 6%;
  background: #ffffff;
  background-image: linear-gradient(rgb(212, 186, 202), rgb(151, 0, 144), rgb(255, 242, 216));
}

.column1d,
.column2e,
.column3f,
 #grad1  {
  width: 25%;
  height: 370px;
  margin-left: 6%;
  /* background: #f22c96; */
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 55, 98), rgb(255, 242, 216));
}

.column1g,
.column2h,
.column3i {
  width: 25%;
  height: 370px;
  margin-left: 6%;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 119, 28), rgb(255, 242, 216));
}


.content {
  background-color: rgb(36, 17, 17);
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.button {
  cursor: pointer;
  border: 1px solid white;
  background-color: transparent;
  height: 40px;
  width: 130px;
  color: #ffffff;
  border-radius: 25px;
}

a {
  text-decoration: none;
  }
  
  .catalog,
  .delivery,
  .about_us,
  .contact
  {
    color:white;
    margin-left: 35px;
  }

  .p1{
    font-size: 170px;
    font-family: 'Times xNew Roman', Times, serif;
    color: #ecda9d8e;;
  }
  
.p2,
.p3 
{
  border-top: 2px solid white;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  padding: 3% 0%;
}

.p4{
  line-height: 24px;
  /* margin-top: 5%; */
  text-align: center;
  padding-left: 10%;
  padding-right: 5%;
  margin-top: 10px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

.p5{
  font-size: 20px;
}

.p{
  margin-left: 10px;
}

label{
  counter-reset: white;
  padding: 5px 5px 5px 0;
  display: inline-block;
  border: none;
}

.rgs{
  font-size: 45px;
  text-align: center;
  margin: 5% 0%;
  color: white;
  font-family: 'Times New Roman', Times, serif;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  background-color: white;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 15px;
  resize: vertical;
  border-radius: 10px;
}

input[type=submit] {
  background-color: rgb(109, 109, 109);
  color: white;
  padding: 15px 20%;
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #b1acac;
}

.col-25 {
  float: left;
  width: 50%;
}

a{
  color: black;
}

