body {
background-color: #704e82;        
  color: #eea2f2;
 font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;

.button {
  background-color: #a64ca0;
  border: none;
  color: #2e4216;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
  
        } 
        .top-left { 
            position: absolute; /* Use absolute positioning */ 
            top: 0; /* Align to the top */ 
            left: 0; /* Align to the left */ 
        
}

        .top-right { 
            position: absolute; /* Use absolute positioning */ 
            top: 0; /* Align to the top */ 
            right: 0; /* Align to the right: ; */ 
        }

