body {
    margin: 0;
    font-family: 'Daniel230 Sans', sans-serif;
    padding: 0;
    overflow-x: hidden;
}

h1 {
    font-size: 100px; /* This controls the text size for the homepage header */
}

.content p {
    text-align: center; /* Align the text to the center */
    font-size: 58px; /* You can adjust the font size as needed */
    margin-top: 20px; /* Optional: Add space between the title and paragraph */
    line-height: 1.6; /* Optional: Makes the text more readable */
}
.notice {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px 20px;
    text-align: center;
    font-size: 55px;
    border-radius: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
    margin-bottom: 20px;  /* Add some space below the notice */
}
