/*LOOK AWAY MY CODE IS SO ASS*/
html, body {
  background-color: white;
}
.text-container {
  border: none;
 background-color: transparent;
}
.mainDiv{
  width:  550px;
  margin: auto;
}
.row {
  display: flex;
  gap: 10px;
}
.column {
  flex: 50%;
}
.column img.me {
  display: block;
  max-width: 100%;
}
.masked-text {
    font-size: 25;
    color: transparent;
    background-image: url(https://files.catbox.moe/tb6cqx.gif);
  background-clip: text;
}
h1{
  font-family: Adelia;
  text-align: center;
}
.abtDiv{
  height: flex;
  width: flex;
  font-size: 14px;
  border: dotted black 1px;
  font-family: Adia;
  padding: 0px 10px 0px 10px;
  margin: 10px;
  line-height: 1%;
  text-align: justify
}
.linksDiv{
  height: flex;
  width: flex;
  font-size: 14px;
  border: dotted black 1px;
  font-family: Adia;
  padding: 0px 10px 0px 10px;
  margin: 10px;
  line-height: 1%;
  text-align: center;
}
a{
  color: #9680c5;
    text-decoration: underline transparent;
}
@font-face{
  font-family: "Adelia";
  src: url(https://file.garden/aJGLMr6QXQgAAQ9n/fonts/ADELIA%5B1%5D.otf);
}
@font-face{
  font-family: "Adia";
  src: url(https://file.garden/aJGLMr6QXQgAAQ9n/fonts/Adia_Demo.ttf);
}