body {
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 20px;
}

.headerHolder {
    width: 100%;
    background-color: rgb(4, 4, 85);
    color: white;
    padding: 0.5rem 0;
    border-radius: 20px;
    overflow: hidden;
}

.header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.headerOptions {
    background: none;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    transition: color 0.3s ease;
}

.headerOptions:hover {
    background-color: #005f9e;
    border-radius: 4px;
}

.top-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(4, 4, 85);
    margin: 10px;
}

.titleHolder {
    justify-content: center;
    display: flex;
    height: fit-content;
    color: whitesmoke;
    padding: 5px 10px;
}

.title {
    display: flex;
    justify-content: center;
    width: fit-content;
    font-size: 4rem;
    font-weight: bold;
    /*padding-left: 19vw;*/
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.subHeadingHolder {
    display: flex;
    margin-top: -50px;
    width: 80vw;
    text-align: center;
    color: whitesmoke;
}

.subTitle {
    display: flex;
    padding-left: 19vw;
    font-size: 28px;
    font-weight: 500;
    margin-top: 20px;
}

.mainPage {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px;
}

.pageTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: Black;
    margin-bottom: 20px;
}

.mainPageItems {
    display: flex;
    width: 813px;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 40px; /* Adjust the margin-bottom as needed */
}

.text {
    border: 2px solid black;
    display: flex;
    width: 250px;
    height: 250px;
    margin: 10px;
    align-items: flex-end;
    text-wrap: wrap;
    background-color: rgb(4, 4, 85);
    font-size: 20px;
    border-radius: 10px;
    background-size: cover; /* Adjusted property */
}

.text:nth-child(1) {
    background-image: url('images/RANDOM FACTS/canterbury punting.jpg');
}

.text:nth-child(2) {
    background-image: url('images/RANDOM FACTS/Canterbury West Station.jpg');
}

.text:nth-child(3) {
    background-image: url('images/RANDOM FACTS/St Lawrence Ground.jpg');
}

.text:nth-child(4) {
    background-image: url('images/RANDOM FACTS/City Walls.jpg');
}

.text:nth-child(5) {
    background-image: url('images/RANDOM FACTS/Buttermarket.jpg');
}

.text:nth-child(6) {
    background-image: url('images/RANDOM FACTS/OIP.jpg');
}

.text:nth-child(7) {
    background-image: url('images/RANDOM FACTS/Canterbury Castle.jpg');
}

.text:nth-child(8) {
    background-image: url('images/RANDOM FACTS/Canterbury Cathedral.jpg');
}

.text:nth-child(9) {
    background-image: url('images/RANDOM FACTS/marlowe theatre.webp');
}

.textContent {
    height: fit-content;
    width: 250px;
    background-color: white;
    padding: 2px;
    border-radius: 0px 0px 10px 10px;
    cursor: default;
}

.quote-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e7eb;
    margin: -8px;
    background-image: url('images/Mental-Health.x284603af.webp');
}

.quote {
    display: flex;
    height: 650px;
    width: 650px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: rgb(4, 4, 85);
    color: white;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.footerOptions {
    display: none;
}

.footer img {
    width: 40px;
    margin: 0 10px;
    color: #e5e7eb;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
    
    
}
.row{
    display: flex;
    
    flex-wrap: wrap;
}
.column {
    float: left;
    width: 50%;
    margin-top: 6px;
    padding: 20px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #0a1e59;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

* {
    box-sizing: border-box;
}

#quiz {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
    padding: 20px;
    background:rgb(4, 4, 85)
}

#imgSub {
    max-width: 50%;
    max-height: 50%;
}

#control {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#control button {
    background-color: rgb(4, 4, 85);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

#control button:hover {
    background-color: #003d7a;
}

#quizTip {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #004b85;
    color: white;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

a {
    color: #004b85;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.centered-text {
    display: block;
    text-align: center;
}

.CTmainPageItems {
    display: flex;
    width: 813px;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 40px; /* Adjust the margin-bottom as needed */
}

.CTtext {
    border: 2px solid black;
    display: flex;
    width: 200px; /* Adjusted width */
    height: 200px; /* Adjusted height */
    margin: 10px;
    align-items: flex-end;
    text-wrap: wrap;
    background-color: rgb(4, 4, 85);
    font-size: 16px; /* Adjusted font-size */
    border-radius: 10px;
    background-size: cover; /* Adjusted property */
}

.CTtext:nth-child(1) {
    background-image: url('images/Contact Page/Financial Support.jpg');
}

.CTtext:nth-child(2) {
    background-image: url('images/Contact Page/Careers.jpg');
}

.CTtext:nth-child(3) {
    background-image: url('images/Contact Page/Student Counselling.jpg');
}

.CTtext:nth-child(4) {
    background-image: url('images/Contact Page/Soceity.jpg');
}

.CTtext:nth-child(5) {
    background-image: url('images/Contact Page/undergraduate research.jpg');
}

.CTtext:nth-child(6) {
    background-image: url('images/Contact Page/meetings.jpg');
}

.CTtext:nth-child(7) {
    background-image: url('images/Contact Page/enterprise.jpg');
}

.CTtext:nth-child(8) {
    background-image: url('images/Contact Page/Accomodation.jpg');
}

.CTtext:nth-child(9) {
    background-image: url('images/Contact Page/inclusivity.jpg');
}

.CTtextContent {
    height: fit-content;
    width: 250px;
    background-color: white;
    padding: 2px;
    border-radius: 0px 0px 10px 10px;
    cursor: default;
}


#test{
    display: flex;
    flex-direction: column;
}
