* {
  box-sizing: border-box;
}

body {
  background: #EEAECA;
  background: radial-gradient(circle,rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);

  padding: 20px;
  font-family: Bricolage Grotesque;
  }



a {
  text-decoration-thickness: 0.1rem;
  text-decoration-color: whitesmoke;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
  
  color: black;

  padding-right: 10px;
  transition: background-color 1s ease-out;
}

a:hover {
  background-color: whitesmoke;
  cursor: url('kursory/uwu.png'), auto;
 
}

h3{
  color: white;}


p {
  font-family: Bricolage Grotesque;
}

ul{
  color: #524154;
  }
  
li{
  color: black;
  }
  
  .container {
    margin: 20px 0;
}
  
  .content {
    display: block; /* Ukryj treść na początku */
    margin-top: 10px;
}
