body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(212, 143, 143);
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

nav {
    text-align: center;
    padding: 10px 0;
}

nav a {
    text-decoration: none;
    color: #fff;
    margin: 0 10px;
}

section {
    padding: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery img {
    width: 250px;
    height: 200px;
    margin: 10px;
}

.interests, .qualifications, .contact {
    margin-top: 20px;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media (max-width: 768px) {
    .gallery img {
        width: 100%;
        height: auto;
    }
}
.contact{
    display: flex;
    justify-content: space-around;
}
.About{
    font-size: 35px;
}
.gal{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
}
.in{
    font-size: 25px;
}
.un{
    font-size: 20px;
}
