/* General styles */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
    color: #333;
}

h1 {
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
}

hr {
    border: 1px solid #2c3e50;
    margin: 20px 0;
}



/* Table styles */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 15px;
    text-align: left;
    border: 1px solid #ddd;
}


th {
  text-align:center
  }


th {
    background-color: #2c3e50;
    color: #fff;
}

td {
    background-color: #fff;
}


/* List styles */
ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    padding: 5px 0;
}

/* Link styles */
a {
    color: #2980b9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Image styles */
img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Responsive styles */
@media (max-width: 768px) {
    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    td {
        display: inline-block;
        width: auto;
    }

    #bigtable th, #bigtable td {
        display: block;
        width: 100%;
    }
}

.intro{
  text-decoration:underline;
  font-weight:bold;
}

.project {
    text-align: center;
    font-weight: bold;
    color: #2c3e50;
}


.activity {
  color: #2980b9;
  font-weight:bold;
        }


.mobile-br {
display:none;
}
