
body {
    background-image: linear-gradient(#5960a5, #9a70ce, #c2a2e8, #f4ccee, #f3dcdb) !important; /* Gradient background */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Add this line */
  }

.title-heading{
    font-family: 'Bowlby One SC', sans-serif;
    color: #ffffff;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; /* Add this line to stack items vertically */
    /*border: 2px solid #ffffff;*/
    margin-top: 5%;
}

.container p {
    display: block; /* Ensure each <p> is a block-level element */
    color: #ffffff;
    font-size: medium;
    font-weight: bold; /* Add this line to make the text bold */
}
