:root {
    font-family: monospace;
    color: black;
    scrollbar-color: rgb(68, 68, 70) rgb(160, 160, 175);
  }
  html {
    background-color: rgb(223, 214, 238);
      background-image: url(/img/abackground.png);
  scrollbar-width: thin;
    background-size: cover;
  background-repeat: no-repeat;
    background-position: center bottom;
  }


body{
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  align-items: center;
  }


@media (max-width: 800px) {

}