:root {
  --cream: #EAE7DC;
  --darkCream: #D8C3A5;
  --grey:#8E8D8A;
  --lightRed:#E98074;
  --darkRed:#E85A4F;
}
.MTG-link{
  color:var(--grey)!important;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0em 1.5em !important;
}
.MTG-link:hover{
  color:var(--darkRed)!important;
}
.body{
  background-color: var(--cream);
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--cream);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--grey);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--darkRed);
}
/* html { 
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
} */
section {
  /* height: 100vh; */
  /* width: 100vw; */
  /* scroll-snap-align: start; */
}
.marysName{
  font-family: Satisfy;
  color: var(--darkRed);
  text-shadow: 2px 2px 6px grey;
}
.marysColor{
  color: var(--darkRed);
}

#home{
  background-size: cover;
  height: 100%;
  background-position-x: center;
}