body {
    background-image: url("OIP.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.heading {
    position: relative;
    justify-content: center;
    background-color: rgb(239, 239, 239);
    border-radius: 10px;
    border: 5px solid black;
    box-shadow: 15px;
    text-align: center;
    box-shadow: 5px 5px rgb(193, 221, 246);
}

.heading:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.heading2 {
    position: relative;
    justify-content: center;
    background-color: rgb(239, 239, 239);
    border-radius: 10px;
    border: 5px solid black;
    box-shadow: 15px;
    text-align: center;
    box-shadow: 5px 5px rgb(193, 221, 246);
}

.heading2:hover {
    transform: translateY(-5px);
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.imgd {
    position: relative;
    border: 2px solid black;
    background-color: aliceblue;
    text-align: center;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 5px 5px rgb(193, 221, 246);
}

#img {
    width: 50%;
    background-color: rgb(239, 239, 239);
    border-radius: 10px;
    border: 5px solid black;
    box-shadow: 15px;
    text-align: center;
    box-shadow: 5px 5px rgb(193, 221, 246);
    width: 350px;
    height: 350px;
    margin-left: 20px;
    margin-right: 20px;
}

.ParaOne {
    position: relative;
    border: 2px solid black;
    background-color: aliceblue;
    text-align: center;
    border-radius: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    box-shadow: 5px 5px rgb(193, 221, 246);
}