.main{
    display: flex;
    padding-top: 100px;
    /* padding-left: 20px; */
    align-items: center;
    padding-right: 20px;
    justify-content:space-between;
}

.box1{
    border-radius: 10px;
    text-align: center;
    background: skyblue;
    height: 180px;
    width: 210px;
    margin-top: 30px;
    /* float: left; */
    font-weight: bold;
    padding-top: 60px;
    text-decoration:solid;
    font-size: larger;
}
.box2{
    border-radius: 10px;
    text-align: center;
    background: rgb(235, 135, 182);
    height: 180px;
    width: 210px;
    margin-top: 30px;
    /* float: left; */
    font-weight: bold;
    padding-top: 60px;
    text-decoration:solid;
    font-size: larger;
}
.box3{
    border-radius: 10px;
    text-align: center;
    background: skyblue;
    height: 180px;
    width: 210px;
    margin-top: 30px;
    /* float: left; */
    font-weight: bold;
    padding-top: 60px;
    text-decoration:solid;
    font-size: larger;
}
.box4{
    border-radius: 10px;
    text-align: center;
    background: rgb(235, 135, 182);
    height: 180px;
    width: 210px;
    margin-top: 30px;
    font-weight: bold;
    padding-top: 60px;
    text-decoration:solid;
    font-size: larger;
}
.main p{
    text-align: center;
    font-size: larger;
}
.main a{
    color: black;
}
.main a:hover{
    text-decoration: none;
    color: white;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }

  /* .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
  } */
  /* table {
    caption-side: bottom;
    border-collapse: collapse; */
  /* } */
  
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
a{
  display: flex;
}
.addservice{
  float: right
}
.servicetable{
  margin-top: 50px;
}
.createservice{
  margin-top: 100px;
}
.service-in{
  display:grid;
  padding: 10px;
}
.service-main-in{
  margin-left:415px;
  display: flex;
  
}
.service-main-in input{
  width:500x;

}
