/* =========================
   BODY
========================= */
body {
    background: linear-gradient(to bottom, #967bb6, #ffe4ec);
    font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
    color: #967bb6;
    margin: 0;
    padding: 0;
}

/* =========================
   HEADER
========================= */
header {
    background: linear-gradient(to right, #967bb6, #ffffff, #967bb6);
    text-align: center;
    padding: 25px;
    border-bottom: 4px solid white;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 5px 15px rgba(173,216,230,0.4);
}

header h1 {
    margin: 0;
    font-size: 38px;
    color: #6b8fd6;
    text-shadow: 2px 2px 8px white;
}

/* =========================
   FLOWERS
========================= */

.flower-left,
.flower-right,
.flower-left2,
.flower-right2,
.flower-left3,
.flower-right3,
.flower-left4,
.flower-right4,
.flower-left5,
.flower-right5 {
    position: absolute;
    width: 220px;
    border: none;
    box-shadow: none;
    z-index: 1;
}

/* Pair 1 */
.flower-left {
    position: absolute;
    top: 140px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right {
    position: absolute;
    top: 140px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 2 */
.flower-left2 {
    position: absolute;
    top: 420px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right2 {
    position: absolute;
    top: 420px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 3 */
.flower-left3 {
    position: absolute;
    top: 700px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right3 {
    position: absolute;
    top: 700px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 4 */
.flower-left4 {
    position: absolute;
    top: 980px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right4 {
    position: absolute;
    top: 980px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 5 */
.flower-left5 {
    position: absolute;
    top: 1260px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right5 {
    position: absolute;
    top: 1260px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 6 */
.flower-left6 {
    position: absolute;
    top: 1540px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right6 {
    position: absolute;
    top: 1540px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 7 */
.flower-left7 {
    position: absolute;
    top: 1820px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right7 {
    position: absolute;
    top: 1820px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

/* Pair 8 */
.flower-left8 {
    position: absolute;
    top: 2100px;
    left: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}

.flower-right8 {
    position: absolute;
    top: 2100px;
    right: 0;
    width: 220px;
    border: none;
    box-shadow: none;
}
/* =========================
   MAIN
========================= */
main {
    width: 85%;
    max-width: 900px;
    margin: 120px auto 40px auto;
    background: rgba(255,255,255,0.9);
    padding: 25px;
    border: 3px solid #967bb6;
    border-radius: 20px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}

/* =========================
   TITLES
========================= */
h2 {
    color: #967bb6;
    text-align: center;
}

/* =========================
   PARAGRAPH
========================= */
p {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}

/* =========================
   CONTENT IMAGES
========================= */
img:not(.flower-left):not(.flower-right):not(.flower-left2):not(.flower-right2):not(.flower-left3):not(.flower-right3):not(.flower-left4):not(.flower-right4):not(.flower-left5):not(.flower-right5) {
    display: block;
    margin: 20px auto;
    width: 250px;
    border-radius: 18px;
    border: 4px solid #967bb6;
    box-shadow: 0 5px 12px rgba(255,182,193,.4);
}

/* =========================
   BUTTON
========================= */
button {
    background: #967bb6;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 12px 24px;
    cursor: pointer;
    transition: .3s;
}

button:hover {
    background: #967bb6;
    transform: scale(1.05);
}

/* =========================
   LINKS
========================= */
a {
    color: #7ec8e3;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #967bb6;
}

/* =========================
   FOOTER
========================= */
footer {
    background: #967bb6;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    border-top: 4px solid white;
    font-size: 18px;
    box-shadow: 0 -4px 10px rgba(255,182,193,.4);
}
/* =========================
   MESSAGE BOX
========================= */

.message-box {
    width: 85%;
    max-width: 700px;
    margin: 50px auto;
    padding: 30px;
    background: #fffafc;
    border: 4px solid #967bb6;
    border-radius: 30px;
    box-shadow: 0 8px 20px rgba(255,182,193,0.3);
    text-align: center;
}

.message-box h2 {
    color: #ff6fa8;
    margin-bottom: 20px;
    font-size: 30px;
}

.message-box p {
    color: #5d4b63;
    font-size: 20px;
    line-height: 1.8;
}
button {
  align-items: center;
  background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s;
}

button:active,
button:hover {
  outline: 0;
}

button span {
  background-color: rgb(5, 6, 45);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
}

button:hover span {
  background: none;
}

button:active {
  transform: scale(0.9);
}
