:root {
  --dk-color: #492287;
  --mid-color: #ffabfe;
  --lt-color: #f6d1ff;
  --dkest-color: #34134d;
  --accent: #de478d;
}
html,
body {
  margin: 0;
  padding-top: 20px;
  padding: 0;
  height: 98%;
  font-size: 15px;
  font-family: 'Englebert'; 
  color: white;
  background-image: url("https://dreamylaa.neocities.org/Images/bgPattern.png");
  background-repeat: repeat;
}
@font-face {
  font-family: 'Englebert'; 
  src: url(Englebert-Regular.woff); 
}
