.website{
    margin-left: 500px;
    margin-right: 500px;
}
.box1{
    height: 800px;
    width: 300px;
    scroll-behavior: smooth;
    overflow:hidden;
    
    text-overflow: ellipsis;
    overflow:auto;
    scrollbar-width: none;
}
.box2{
    height: 800px;
    width: 300px;
    scroll-behavior: smooth;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow:auto;
    scrollbar-width: none;
}
.box3{
    height: 800px;
    width: 300px;
    scroll-behavior: smooth;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow:auto;
    scrollbar-width: none;
}
.box4{
    height: 300px;
    width: 300px;
    scroll-behavior: smooth;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow:auto;
    scrollbar-width: none;
}
.box5{
    height: 300px;
    width: 300px;
    scroll-behavior: smooth;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow:auto;
    scrollbar-width: none;
}
.box6{
    height: 300px;
    width: 300px;
    scroll-behavior: smooth;
    overflow:hidden;
    text-overflow: ellipsis;
    overflow:auto;
    scrollbar-width: none;
}

.link{
    color: red;
    text-shadow: 1cm;
    font-style: initial;
    font-weight: bolder;
    font-size: large;
    margin-left: 450px;
}
.heading{
    position: sticky;
    top: 0px;
}
.heading2{
    position: sticky;
    top: 0px;
}

.styled {
  border: 0;
  line-height: 1.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(6, 240, 213);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow:
    inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

.styled:hover {
  background-color: rgb(216, 13, 87);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgba(103, 119, 128, 0.6),
    inset 2px 2px 3px rgba(216, 183, 217, 0.6);
}
.web {
    margin-left: 300px;
    margin-right: 300px;
}
.news {
    margin-left: 150px;
    margin-right: 150px;
}
.site{
    margin-left: 500px;
    margin-right: 500px;
    padding: 0px;
}

