body {
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    background: linear-gradient(to bottom, #f1d4e3, #ff92bc);
    padding: 20px;
    margin: 30px;
}

h1 {
    color: rgb(255, 96, 170);
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; /* Thin black border */
}

h2 {
    color: rgb(235, 194, 253);
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; /* Thin black border */
}

hr {
    height: 5px; /* Set the height to make it thicker */
    background-color: #a5149e; /* Set a background color */
    border: none; /* Remove the default border */
    margin: 20px 0; /* Adjust the margin for spacing */
    border-radius: 5px; /* Add rounded corners for a modern look */
}