* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  text-align: center;
  background-color: rgb(255, 255, 255);
}

header {
  text-align: center;
  /* border: solid 3px red; */
  width: 100%;
}

.logo img {
  width: 300px;
  position: absolute;
  top: 10px;
  left: 25px;
}

.menu {
  margin-top: 125px;
}

.menu li {
  display: inline;
  font-size: 15px;
  margin: 20px;
  cursor: pointer;
}

.menu a {
  text-decoration: none;
  color: black;
}

.menu a:hover {
  color: red;
}

.container1 {
  /* border: solid red 3px; */
  margin: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.container2 {
  /* border: solid red 3px; */
  margin: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}

.text {
  width: 400px;
  /* border: solid red 3px; */
  margin-top: 15px;
  margin-right: 100px;
}

.text p {
  text-align: center;
  font-size: 20px;
}

.text img {
  width: 200px;
  cursor: pointer;
}

.text li {
  margin: 30px;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
}
.ourbrevetto {
  margin-top: 70px;
  font-weight: bold;
}

video {
  width: 250px;
  margin: 10px;
  border: solid 0.5px black;
  border-radius: 15px;
}

.container2 img {
  margin: 10px;
  width: 420px;
  height: 250px;
  margin-bottom: 50px;
}

footer {
  /* border: solid 3px red; */
  width: 100%;
  background-color: rgb(26, 36, 47);
  position: fixed;
  height: 50px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

footer p {
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
