body {
    background-color: #1f1f1f;
}

.circle1 {
    width: 500px;
    height: 300px;
    border-radius: 50%;
    background-color: orange;
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
}

.circle2 {
    width: 450px;
    height: 300px;
    border-radius: 50%;
    background-color: #1f1f1f;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.box1 {
    width: 500px;
    height: 300px;
    background-color: #1f1f1f;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
}

.box2 {
    width: 1000px;
    height: 50px;
    background-color: gray;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.boxpart {
    height: 40px;
    width: 200px;
    background-color: rgb(44, 202, 255);
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.rod {
    height: 34px;
    width: 40px;
    background-color: brown;
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
}

.top1 {
    height: 22px;
    width: 150px;
    background-color: red;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.top2 {
    height: 20px;
    width: 130px;
    background-color: #1f1f1f;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
}

.top3 {
    height: 10px;
    width: 150px;
    background-color: #1f1f1f;
    position: absolute;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
}

.text1 {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 44px;
}