body{
    padding-top: 1in;
    text-align: center;
    background-image: url('https://files.catbox.moe/ks6itw.jpg');
    background-size: cover;
    color:#65367e;
}
p{
    /* margin: 1rem; */
    text-align: start;
    padding: 20px;
    line-height: 1.5rem;
}
section {
    padding: 50px;
    background-color: #404040;
    background-size: contain;
}

img{
    border: #40404068;
    align-content: center;
    height: 10rem;
    width: auto;
    box-shadow: 1in;
   transition: transform .2s; /* Animation */
}

img:hover {
  transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
a{
  color: #ff00cc;
}
a:hover{
  color: #0dff00;
}
footer{
  color:white;
}
div{
  font-size: 1rem;
}
li{
  text-align: start;
}
.window-body {
  background-color: #d5c6d6;
  border: 1px solid var(--w7-w-bd);
  box-shadow: 0 0 0 1px #fff9;
  margin: var(--w7-w-space);
  margin-top: 0;
}
.logo {
  position:absolute;
  width:auto;
  height:50px;
  top:3rem;
  left:3rem;
  text-align: center;
}