@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

.btnss {
  width: 60%;
}

button {
  padding: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
    "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-width: 0;
  border-radius: 9px;
  cursor: pointer;
  background-color: #3da0e3;
  color: #fff;
  width: 100%;
}

button:hover {
  transform: scale(1.05);
}

.container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.pages {
  display: flex;
  width: 200%;
  box-sizing: border-box;
}

.page {
  width: 100%;
  height: 100vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 10px;
  transition: all 0.7s;
  color: black;
}

.one {
  background: #fff;
}

.two {
  background-color: #fff;
}

.three {
  background-color: #fff;
}

.four {
  background-color: #fff;
}
