@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic+SC&family=IM+Fell+DW+Pica+SC&display=swap');


* {
  cursor: url('https://cdn.cursors-4u.net/previews/punch-25ed42a6-60e9d06f-128.webp') 3 4, auto !important;
}

body {
  background-color: white;
  width:85vw;
  color: maroon;
  font-family: Verdana;
  display:flex;
  flex-direction:column;
  justify-content:center;
  font-family: "Carrois Gothic SC", sans-serif;
  margin:0 auto;
  pading:0;
  
  
}


.banner0{
  display:flex;
  gap:10pt;
    justify-content:center;
  }

.banner0>img{
  object-fit:contain;
  border-radius: 40%;
  }
  
  
  