* {
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background-image: url(homepage1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main{
  width: 100%;
  height: 500vh;
}
header {
  background-color: #FCF9DB;
  color: #FFFFFF;
  }

div {
  text-align: right;
}

div a {
  color: black;
  text-decoration: None;
  padding: 25px;
  width: 200px;
  font-size: 18px;
  font-family: "Trebuchet MS";
}
div a1{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-gap: 1rem;
  max-width: 100%;
}
div a1 img {
    width: 130px;
    height: 60px;
    object-fit: contain;
    padding: 5px;
}

.img-line img{
    width: 400px;
    height: 400px;
    padding: 30Px;
    align: right;
    "display: flex; КОЛОННА"
    "flex-direction: column; КОЛОННА"
    'justify-content: flex-end;'
}

.imgall img{

}

table {
  border-spacing: 150px 110px;
  width: 100%;
}

table h1{
  font-size: 4rem;
  font-family: "Trebuchet MS";

}

table h2{
   font-size: 2rem;
   font-family: "Trebuchet MS";
   text-align: right;
}

.table col2 {
    width: 100px;



