.button {
  border-radius: 55px;
  margin-top: 20px;
  height: 50px;
  width: 150px;
  transition: 0.5s; /*Helps create a transition time for button and the hover effect */
  background-color: rgb(255, 255, 255);
}
.button:hover {
  border-radius: 25px;
  background-color: rgb(0, 0, 0);
  height: 60px;
  width: 180px;
  color: rgb(255, 255, 255);
}
.header {
  padding-left: 60px;
  padding-right: 30px;
  display: flex;
  background-color: black;
}
.menu {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.header a {
  padding: 25px;
  color: white;
  text-decoration: none;
}
nav :hover {
  opacity: 1;
  color: rgb(236, 0, 0);
  transition: 1.5s; /*Helps create a transition time for button and the hover effect */
}
.itech {
  height: 400px;
}
.impact {
  width: 100px;
}
.footer {
  display: flex;
  color: white;
  background-color: black;
  gap: 220px;
  padding-top: 20px;
  padding-bottom: 10px;
  align-items: center;
}
.imgfooter1 {
  height: 65px;
}
.font {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
.footermain {
  padding-top: 100px;
}
.links {
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  list-style-type: none;
}
.links a:hover {
  color: red;
}
.links a {
  transition: 0.5s;
  text-decoration: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 20px;
  color: white;
}
.copyright {
  background-color: black;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 20px;
}
.socials {
  display: flex;
  justify-content: space-between;
}
.slogan {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 25px;
  text-align: center;
  padding: 1px;
  color: white;
  background-color: black;
}
.buttonpad {
  padding-left: 100px;
  padding-bottom: 20px;
}
.sectionbreak2 {
  border-radius: 20px;
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: space-between;
  background-color: black;
  color: white;
}
.sectionbreak {
  margin-top: 20px;
  border-radius: 20px;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: space-between;
  background-color: black;
  color: white;
}
.contents {
  display: flex;
}
.blog {
  display: flex;
}
.smwatch {
  border-radius: 20px;
  width: 1000px;
  height: 200px;
}
.smwatch2 {
  border-radius: 20px;
  width: 250px;
  height: 220px;
}
