.v-font {
  font-family: "Times New Roman", Times, serif;
}

.v-heading-area{
  background-color: cadetblue;
  padding-top: 15px;
  padding-bottom: 15px;
}

.v-title {
  text-align: center;
  margin: 0;
  padding: 40px;
  font-size: 38px;
  font-weight: bold;
}

.v-sub-title {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

.v-body {
  padding: 20px;
  font-size: 20px;
  background-color: rgb(223, 239, 240);
}

.v-flex {
  display: flex;
  flex-direction: row;
  align-items: 'center';
  max-width: 800px;
  margin: 0 auto;
}

.v-flex-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(206, 220, 221);
  /* border-radius: 1em; */
}

#v-item-text {
  padding: 10px;
  /* margin-left: 360px; */
}

.v-image-size {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 400px;
  /* border-radius: 1em; */
}

.v-sub-subtitle {
  font-weight: bold;
  text-align: center;
}

.v-center {
  text-align: center;
}

.v-text {
  /* text-align: center; */
  margin-left: 360px;
  margin-right: 360px;
  padding: 20px;
}

.v-text-c {
  margin-left: 480px;
  padding: 20px;
}
