body {
    margin: 0;
  padding: 0;
  background-image: url('https://files.catbox.moe/yafbz3.gif');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Satoshi',Arial, sans-serif;
     background-color: rgba(0, 0, 0, 0.4);
        color: white;
        padding: 20px;
        margin: 20px;
        border-radius: 25px;
        text-align: center;
        font-family: 'Satoshi', Arial, sans-serif;

}
:selection{
color: white;
}
.Maintance{
border-radius: 0.5em;
font-family: Arial, sans-serif;
background-color: rgba(0, 0, 0, 0.4);
color: white;
padding: 20px;
backdrop-filter: blur(10px);
margin: 20px;
border-radius: 25px;
text-align: center;
font-family: 'Satoshi', Arial, sans-serif;
}

