@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

:focus {
  outline: 0;
}

.clear {
  clear: both;
}

audio {
  display: none;
}

body {
  background-image: url("pexels-pixabay-33535.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.container {
  height: 35vh;
  width: 50%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 25px rgba(31, 38, 135, 0.29);
          box-shadow: 0px 0px 25px 25px rgba(31, 38, 135, 0.29);
}

.container .upper-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}

.container .upper-part h4 {
  margin: 30px 0;
  font-size: 2.2rem;
  color: #f4f4f4;
  letter-spacing: 1px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 10px;
}

.container .upper-part .quote-section {
  padding: 15px;
}

.container .upper-part .quote-section p {
  color: #6e064b;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
}

.container .upper-part .quote-section .left {
  content: '';
  position: absolute;
  left: 10%;
  top: 30%;
  font-size: 45px;
  color: #00FF00;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}

.container .upper-part .quote-section .right {
  content: '';
  position: absolute;
  right: 10%;
  top: 30%;
  font-size: 45px;
  color: #00FF00;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.container .lower-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container .lower-part p {
  display: block;
  color: #690083;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  margin: 25px;
  border-bottom: 2px solid #00FF00;
  padding: 10px;
}

.container .lower-part button {
  width: 100px;
  height: 45px;
  color: #00FF00;
  background-color: rgba(31, 38, 135, 0.9);
  border-radius: 12px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  cursor: pointer;
}

.container .lower-part button:hover {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
}
/*# sourceMappingURL=style.css.map */
