* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}

.navigation {
  padding: 32px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 12vh;
  background-color: black;
  opacity: 70%; 
}

.contents {
  font-size: 1.5vw;
  display: flex;
  justify-content: space-between;
  gap: 2vw;
  cursor: pointer;
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

#logo {
  width: 200px;
  height: auto;
}

.logo {
  width: 200px;
  height: auto;
}

.heading {
  text-align: center;
  padding: 16px 0;
  margin-top: 10px;
  font-family: 'Monteserrat',Cambria;
}

.products {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 10px;
  gap: 32px;
  max-width: 1500px;
}

.product {
  width: 350px;
}

.product img {
  width: 350px;
  height: 250px;
  object-fit: fill;
}

.product h3 {
  padding: 16px 0;
}

.product p {
  text-align: justify;
}

a {
  color: blue;
  cursor: pointer;
}


.footer{
  background-color: black;
  color: white;
  padding: 32px 10vw;
  display: flex;
  justify-content: space-between;
}
.f{
  width: 300px;
}
.f>h1{
  font-size: 18px;
  color: #B6B6B7;
}
.f>p{
  font-weight: 100;
  color:#757575;
}
.s{
  width: 200px;
}
.s>h1{
  font-size: 18px;
  color: #B6B6B7;
}
.s>p{
  font-weight: 100;
  color:#757575;
}

.acknowledgements{
  padding: 0 10vw;
  background-color: black;
}
.underline{
  width: 100%;
  height:2px;
  background-color: #B6B6B7;
}
.final{
  color: #B6B6B7;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
}

.dev:hover{
  color: royalblue;
}

.dev{
  font-family: "Monteserrat",Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: normal;
  font-size: 20px;
  color: white;
}