.current {
  color: #D401BC;
}

body {
  /*background-image: url("../images/sakura.gif")*/;
  background-color: pink;
  color: black;
  text-align: center;
  }

h1 {
  font-family: "Times New Roman";
}

a:hover {
  color: green;
}

.no-bullets {
    list-style-type: none; /* Remove bullet points */
    padding: 0;           /* Remove default padding */
    margin: 0;            /* Remove default margin */
}

.container {
    display: flex; /* Use Flexbox for the layout */
    justify-content: space-between; /* Distribute space evenly */
    padding: 20px;
}

.column {
    flex: 1; /* Each column takes up equal space */
    margin: 0 10px; /* Space between columns */
    padding: 0px;
}

.back-link {
   text-align: left;
}

a {
    color: #007bff; /* Link color */
    display: block; /* Make links block elements for better spacing */
    padding: 8px;
    transition: background-color 0.3s; /* Smooth background color change */
}

/*# sourceMappingURL=styles.css.map */
