#p1 {
    border-radius: 100px;
}

#p2 {
    width: 200ps;
    height: 200px;
}

#p3 {
    width: 200ps;
    height: 200px;
}

body {
    background-color: black;
    color: red;
    text-align: center;
}

.i1 {
    width: 900px;
    height: 500px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.my_nav_bar {
    position: sticky;
    top: 0;
    z-index: 99999
}

links:hover {
    transform: scale(1.5);
    font-size: 10px;
    color: red;
}

#contact {
    color: black;
}

#act p {
    color: aqua;
}

#act h5 {
    text-align: center;
    color: aqua;
}

#swarit {
    width: 100px;
    height: 50px;
}
