@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC");
/*html,
body {
  width: 100vw;
  height: 100vh;
}

body {
  text-align: center;
  color: #3e4047;
  font-family: "Noto Serif TC", serif;
  font-size: 1.2rem;
}*/

#cat-post{
  background-color: #fff;
}

.background {
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("https://mmg.somosforma.dev/wp-content/uploads/2023/09/shutterstock_670189804-1.png");
  background-repeat: norepeat;
  background-size: cover;
  z-index: -1;
  transition: transform 1.2s cubic-bezier(0.1, 0.18, 0.28, 0.98);
}

.banner-wrapper{
  display: flex;
  min-height: 400px;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(5deg, #ff9c9c, #bccfff, #d8f4ff);
  mix-blend-mode: screen;
  opacity: 0.7;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.16, 0.2, 0.38, 0.98);
}

.welcome {
  font-size: 2rem;
  position: absolute;
  width: 90%;
  transition: inherit;
}

.header {
  position: relative;
  font-weight: 600;
  font-size: 5rem;
  transition: inherit;
}
.header:first-letter {
  font-size: 6.7rem;
}

.description {
  width: 600px;
  margin-top: 30px;
  margin-bottom: 50px;
  line-height: 2.1rem;
  transition: inherit;
}

.button-wrapper {
  display: flex;
  justify-content: center;
  height: 5rem;
  line-height: 4.6rem;
  transition: inherit;
}

.menu-button {
    color: #000;
    border: solid;
    border-width: 1px;
    border-color: #000;
    padding: 0px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in;
    position: relative;
    border-radius: 100px;
    height: 50%;
    width: 100%;
}
.menu-button:before {
  content: "";
  background: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  margin: 10px;
  transition: inherit;
}
.menu-button:hover {
  border-color: #fff;
  color: #fff;
  background: #fff;
}
.menu-button:hover:before {
  opacity: 1;
  margin: 0;
}

.middle-element {
  font-style: italic;
  margin-left: 20px;
  margin-right: 20px;
}

.metrix {
    width: 178px;
    margin: 0px auto 20px auto;
    height: 56px;
    float: left;
}
.forma {
    width: 178px;
    margin: 0px 60px 0px;
    height: 56px;
    align-items: center;
}
.moov {
    width: 178px;
    margin: 0px 20px auto auto;
    height: 56px;
    float: right;
}
.entrar {
  width: 178px;
  background: none;
  color: white;
  text-decoration: none;
  padding: 10px 40px 10px;
  border: solid 1px white;
  border-radius: 5px;
}
.entrar:hover {
  background: white;
  color: black;
}
.button {
  display: flex;
  justify-content: center;
  height: 5rem;
  margin-top: 150px;
}