body {
    font-family: 'Press Start 2P', cursive, sans-serif;
    background-color: #fefbff;
    color: #333333;
    margin: 0;
    padding: 20px;
    background-image: url('extras/paper.png');
    background-repeat: repeat;
}


h1, h2, h3 {
    color: #a168f9;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.1);
}


a {
    color: #9ec5e2; 
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #c8a4e9; 
}


button {
    background-color: #f6c0f8; 
    color: #333333;
    border: 2px solid #a168f9;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Press Start 2P', cursive, sans-serif;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #c8a4e9; 
}


.container {
    max-width: 800px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9); 
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


.element-with-scrollbar::-webkit-scrollbar {
  width: 12px; 
}


.element-with-scrollbar::-webkit-scrollbar-thumb {
  background-color: #772eff;
  border-radius: 6px;
}


.element-with-scrollbar::-webkit-scrollbar-track {
  background-color: #3b1c75;
}


.element-with-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #c9b3f2;
}
