html,
body {
  height: 100vh;
  padding: 0;
  margin: 0;
}

img {
  display: block;
}

[v-cloak] {
  display: none;
}

.content {
  /* background-image: url(../img/1691744395132_1691490560350.png); */
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  /* color: #fff; */
  color: black;
}

.center {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.center-item {
  width: calc(50% - 20px);
  /* background-color: rgba(0, 0, 0, 0.43); */
  background-color:#f7f7f7;
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.center-item-left {
  margin-right: 15px;
  font-size: 24px;
}

.footer {
  margin:20px 20px;
  border-radius: 45px;
  /* background-color: rgba(207, 10, 121, 0.43); */
  background-color: #06f;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  justify-content: center;
}

.footer-left {
  margin-right: 15px;
}