body {
    background-color: black;
}

#comic_punch {
    background-color: goldenrod;
    color: aliceblue;
    text-align: center;
    font-family: fantasy;
    font-size: 10px;
    padding-top: 4px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#background {
    width: 100%;
    display: block;
    margin-bottom: 100px;
}

.topnav {
    overflow: hidden;
    position: absolute;
    margin: 20px;
    width: auto;
}

.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 8px 8px;
    text-decoration: none;
    font-size: 12px;
}

.topnav a:hover {
    background-color: #ddd;
    color: goldenrod;
}

.topnav a.active {
    color: white;
}

.topnav a.active:hover {
    background-color: #ddd;
    color: rgb(219, 166, 32);
}

.vedantimage,
.sayanimage,
.dsrimage,
.utrimage,
.anuragimage,
.manavimage,
.karanimage,
.riyanimage,
.sameerimage,
.kajolimage {
    border-radius: 50%;
    border-style: solid;
    border-color: aliceblue;
    border-width: 2px;
}

.vedantimage:hover,
.sayanimage:hover,
.dsrimage:hover,
.utrimage:hover,
.anuragimage:hover,
.manavimage:hover,
.karanimage:hover,
.riyanimage:hover,
.sameerimage:hover,
.kajolimage:hover {
    transform: scale(1.03);
}

.vedtext,
.sayantext,
.dsrtext,
.utrtext,
.anuragtext,
.manavtext,
.karantext,
.kajoltext,
.sameertext,
.riyantext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
}

.vedant,
.sayan,
.anurag,
.dsr,
.utr,
.manav,
.karan,
.kajol,
.sameer,
.riyan {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto auto;
    column-gap: 5px;
}

h3 {
    text-align: center;
    color: aliceblue;
}

.aboutp {
    color: aliceblue;
}

a {
    color: aliceblue;
    text-decoration: none;
    text-align: center;
}

#governers {
    color: aliceblue;
    text-align: center;
    font-size: xxx-large;
}

#governers_subheading {
    color: aliceblue;
    text-align: center;
}

#welcome {
    color: aliceblue;
    font-family: fantasy;
}

#welcome_page {
    color: aliceblue;
    font-family: fantasy;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

.slideshow-container {
    max-width: 300px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.0s;
}

@keyframes fade {
    from { opacity: .4; }
    to { opacity: 1; }
}

.about {
    margin-top: 40px;
}

.footer {
    position: static;
    bottom: 0px;
    width: 100%;
    background-color: rgba(253, 196, 52, 0.639);
    color: white;
    border-top-left-radius: 125px;
    font-size: 11px;
    line-height: 13px;
}

.row {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col {
    flex-basis: 15%;
    padding: 10px;
    text-align: center;
}

.logo {
    width: 150px;
    margin-bottom: 0px;
}

#info {
    margin-top: 0px;
    font-style: italic;
}

.email-id {
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 10px;
}

ul li {
    list-style: none;
    margin-bottom: 12px;
}

ul li a {
    text-decoration: none;
    color: #fff;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.2s;
}

.social-icons a:hover {
    transform: scale(1.1);
}
