* {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  color: rgb(0, 0, 0);
  background-image: url(https://64.media.tumblr.com/e1367b01a9a15062b6e0c46ae4d50cbd/tumblr_p65rvbilUv1x0j068o1_540.gifv);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: grid;
  place-items: center;
  padding: 10%;
  min-height: 100vh;
}

.owl-carousel {
  overflow: hidden;
}

.container {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10%;
}

h2 {
  padding-bottom: 1%;
}

h3::before,
h3::after {
  content: "-";
}

h3 {
  color: rgb(221, 197, 197);
  text-shadow: yellow;
}

q {
  padding-top: 2%;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: large;
  flex-basis: 50%;
  text-shadow: whitesmoke;
}

.image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.owl-carousel .owl-item img {
  object-fit: cover;
  height: 200px;
  width: 200px;
}
