.title, p{
    text-align: center;
}
.title {
    margin-top: 60px;
}
img {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: flex;
    /* background-image: ; */
}
.main-header {
    background-image: linear-gradient
    (rgb(197, 141, 137), rgb(252, 232, 204));
    position: fixed;
    top: 0;
    right: 0; 
    left: 0;
    height: 48px;  
 }
 .header-info {
    text-align: left;
    color: rgb(219, 84, 75);
    positon: absolute;
    padding: 10px;
    margin: 7px 7px 7px 7px;
 }
 .header-info a {
    padding: 0;
    text-decoration: none;
    margin-left: 20px;
 }
 .header-info a:hover {
    background-color: transparent
 }
 .navbar{
    text-align: right;
    margin-top: -55px;
    margin-right: 20px;
 }
 nav {
    position: absolute;
    right: 0;
    display: flex;
  }
  a {
    text-decoration: none;
    color: rgb(219, 84, 75);
    padding: 15px;
    float: left;
  }
  
  a:hover {
    background-color: burlywood;
  }
  .jumbotron {
    margin-top: 5%;
  }
  .title {
    font-style: italic;
    color: rgb(0,0,0,)
  }
  h1, h2, h3, p {
    text-align: center;
    color: rgb(0,0,0,);
  }
  .items {
    display: flex;
    flex-direction: row;
  }
  .item {
    max-width: 25vw;
    flex-grow: 1;
    flex-shrink: 1;
  }
  h3, p {
    text-align: center;
    padding: 5px;
 }
 .jumbotron, main {
    /* background-color: springgreen; */
    background-image: url("assets/bg.png");
    background-size: cover;
 }
table {
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  padding: 40px;
}
th, td {
  padding: 10px;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab {
  background-color: gainsboro;
  width: 20vw; 
  padding: 40px;
  margin: 20px;
  border-radius: 20px;
  font-size: 1.3vw;
}
h1.name {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: black;
}
h2.price {
  font-size: 38px;
  color: black;
}

.list {
  list-style-type: disc;
  margin-bottom: 50px;
  text-align: left;
}

.list li {
  margin-top: 20px;
  color: black;
}
hr {
  height: 7px;
  width: 80%;
  margin: auto;
  background-color: rgb(219, 84, 75);
  border: none;
  border-radius: 50px;
  margin-top: 20px;
}
button {
  background-color: rgb(219, 85, 75);
  border-radius: 8px;
  color: white;
  padding: 8px;
  border: none;
  font-size: 20px;
  margin-left: 30%;
}
button:hover {
  transform: scale(1.2, 1.2);
  background-color: rgb(219, 85, 75);
  cursor: pointer;
}
#products {
  background-color: rgb(219, 85, 75);
}
footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  background-image: linear-gradient(rgb(252, 232, 204), rgb(197, 141, 137));
}
.left-footer {
  text-align: left; 
  width: 50%;
}
.right-footer {
  text-align: right; 
  width: 50%;
}
@media (max-width:600px){
  * {
    font-size: 2vw;
    margin: 2px;
  }
  .tab {
    width: 80vw; /* Set width to 80% of the viewport width */
    min-width: initial; /* Remove the minimum width constraint */
    padding: 20px; /* Adjust padding for smaller screens */
  }

}
.header {
  font-size: 3vw;
}
.main-content {
  margin: 10%;
} 

article {
  max-width: 100%;
}

.article-title {
 text-align: center;
 font-size: 30px;
 margin: 50px 0 30px;
}

.project-container {
  display: flex;
  justify-content: space-around;
}
.project {
  margin: 10px 30px;
  border-bottom: 10px solid #e76f51;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px gainsboro;
}

.project-title {
  color: #e76f51;
  font-weight: bold;
}
.item-video {
  text-align: center;
}
.maps {
  padding: 20px;
  text-align: right;
}
iframe {
  box-shadow: 0 0 40px gainsboro;
}