body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.dark-section {
    background: rgba(0, 0, 0, 0.10) !important;
    backdrop-filter: blur(2.5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.text-holder {
    display: flex;
    flex-direction: column;
    align-self: center;
}

.text-holder {
    background: rgba(0, 0, 0, 0.10) !important;
    backdrop-filter: blur(2.5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    margin-block: 150px;
    padding: 15px;
    color: whitesmoke;
    max-width: 90%;
    width: 90%;
    border-radius: 7px;
}
