/* Basic Body thing */
body {
  background-image: url('Rose BG.jpeg');
  color: #3D2D2D;
  font-family: Verdana;
}

/* Variables */

:root{
  --border-color: #E879AA;
}

/* Main section things */
.Main{
  display: flex;
  flex-direction: column;
  gap:10px;
  padding:10px;
  align-items:center;
  width:60%;
  justify-content:center;
  margin:auto;
}

.Celmisia-Heading{
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('Goldia Full Image.png');
  background-size:fixed;
  background-repeat:no-repeat;
  background-position:90% 30%;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  width: 100%;
  padding:15px;
  text-align:right;
  color:white;
  text-shadow: 5px 5px 2px #260414;
  height:100px;
  font-size: 40px;
}

.Main-Content{
  background-color: #FFF7F7;
  display:flex;
  flex-direction:column;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  width: 100%;
  padding:15px;
}

/********** MOBILE FIXES **********/

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/nature/nat-4/nat360.ani), url(https://cur.cursors-4u.net/nature/nat-4/nat360.png), auto !important;} /* End https://www.cursors-4u.com */