body {
background-color: #f9f9f9;
font-family: 'Arial', sans-serif;
color: #333;
margin: 20px;
padding: 10px;
}

h1 {
    font-family: 'Georgia', serif;
    font-size: 32px;
    color: #c0392b;
    text-align: center;
}

h2 {
    font-family: 'Verdana', sans-serif;
    font-size: 24px;
    color: #2980b9;
}

p{
    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: justify;
}

img {
    width: 400px;
    height: auto;
    border: 2px solid #3498db;
    border-radius: 10px;
    display: block;
    margin: 20px auto;
}

table{
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #333;
}

th {
    background-color: #0000ff;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    border: 1px solid #0000ff;
}

td {
    background-color: #ffffff;
    color: #e74c3c;
    padding: 8px;
    text-align: left;
    border: 1px solid #0000ff;
}

tbody tr:nth-child(even) {
    background-color: #6bdcf8;
}

#img1 {
height: 64px;
width: 64px;
text-align: right;
}

#h11 {
    color: #42e022;
    font-size: 18px;
}

#ul1 {
    font-family: cursive;
    font-size: 14px;
    color: #2980b9;
}

a {
    color: rgb(255, 1, 1);
    background-color: rgb(36, 141, 141);
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

#img2 {
    width: 300px;
    height: 200px;
    border-radius: 15px;
}

footer {
    background-color: rgb(180, 180, 180);
    height: 100px;
    width: 100px;
    margin: 0%;
    padding: 0%;
    border-bottom: 2px solid black;
}