@charset "utf-8";
/* CSS Document */

/*Menu Bar*/

div {align-content: center;}

body, html {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.ME-image {
  background-image:url("../video/Magical Emporium.gif");
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ME-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.ME-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.ME-text button:hover {
  color: white;
}

.dropbtn {
  background-color: #212529;
  color: #B294D0;

  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8FBDF3;
}

.dropdown-content a {
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: gray;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
/*Magical Emporium All Magic Awaken Body holder*/

p {display: flex;font-size: 16px;margin-top: 0px; text-decoration-color: gold;}h3 {text-align: center;font-size:20px;}img {align-content: center;width:380px;height: 560px;}.img-header{display: flex ; width: 1550px;height: auto;}