









/* For the title */
.title {
    position: relative; /* Ensure we can adjust position */
    transform: translateY(-1cm); /* Move up by 2cm */
}

/* For the subtitle */
.sub-title {
    position: relative; /* Ensure we can adjust position */
    transform: translateY(-1cm); /* Move up by 2cm */
}