* {
  margin: 0;
  padding: 0;

}

.red-rose-body {
  font-family: "Red Rose", serif;
  font-optical-sizing: auto;
  font-weight: 600px;
  font-style: normal;
}

.sec-1 {
  text-align: center;
  background-color: black;

}

.sec-1__title {
  text-align: center;
  color: rgb(28, 248, 47);
}

.sec-1__desc {
  color: rgb(213, 247, 180);
}

.sec-2,
.sec-3,
.sec-4,
.sec-5 {
  border: 2px solid rgb(26, 24, 24);
  height: 400px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

.container1 {
  margin: 10px;
  text-align: center;

}

.sec-2__button,
.sec-3__button,
.sec-4__button,
.sec-5__button {
  background-color: black;
  color: chartreuse;
  margin: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.sec-2__img,
.sec-3__img,
.sec-4__img,
.sec-5__img {
  height: 270px;
  width: 200px;
}

.container2 {
  background-color: black;
  color: white;
    text-align: center;
   padding: 10px;
  
}
.sec-button{
  background-color:chartreuse;
color:black;
padding-left: 200px;
padding-right: 200px;
padding-bottom: 5px;
padding-top: 5px;
font-size: medium;

}
.sec-table{
  display: inline-block;

}