body{
    margin: 0px;
    width: 560px;
    height: 1500px;
    background-color: #cdcdcd;
}





header{
    background-color: #ffc107;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
    color: wheat;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: cursive;
}

#title{
    margin: 20px;
    font-size: 50px;
    
}

.intro-svg{
    transform: rotateX(180deg);
    fill: #ffc107;
    margin-top: -1px;
    width: 100%;
}

/*@ thet is Job @*/

.jab{
    /* background-color: aqua; */
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 80px;
    left: 20px;  
}



.jab .tp{
    background-color: #00008b8c;
    width: 285px;
    height: 85px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    z-index: 3;
    text-align: center;
    top: 57px;
    left: 1px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-family: unset;
}

.jab .textp{
    background-color: aquamarine;
    width: 190px;
    height: 60px;
    padding: 16px;
    border-radius: 50%;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: none;
    position: absolute;
    top: 190px;
    left: 15px;

}

.jab #click{
    background-color: #17b6ebeb;
    border-radius: 50%;
    width: 63px;
    height: 35px;
    font-size: 21px;
    font-family: unset;
    border: none;
    position: absolute;
    top: 285px;
    left: 200px;
}


/* @thet is number of repetitions@ */


.num{
    /* background-color: aquamarine; */
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    bottom: -118px;
    left: 382px;
}

.num .num-rep{
    background-color: #ffc107;
    width: 60%;
    height: 10%;
    border-radius: 50%;
    border: none;
    position: absolute;
    top: 67px;
    left: -45px;
    padding: 21px;
}

.num #rep{
    
    background-color: #00008b8c;
    width: 243px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    z-index: 3;
    text-align: center;
    top: -30px;
    left: -85px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-family: unset;
}


/* @thet is Finch-jab@  */


.finch-jab{
    /* background-color: aquamarine; */
    width: 33.33333333333333%;
    height: 198px;
    position: relative;
    top: 136px;
    left: 115px;
}

.finch-jab .tc{
    background-color: #00008b8c;
    width: 140px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    z-index: 3;
    text-align: center;
    top: -30px;
    left: -85px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    font-family: unset;
}

.finch-jab .textc{
    background-color: aquamarine;
    width: 190px;
    height: 60px;
    min-width: 220px;
    max-width: 220px;
    min-height: 95px;
    max-height: 95px;
    padding: 16px;
    border-radius: 50%;
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: none;
    position: absolute;
    padding: 30px;
    top: 70px;
    left: -30px;
}

.finch-jab #getV{
    background-color: #17b6ebeb;
    border-radius: 50%;
    width: 71px;
    height: 40px;
    font-size: 21px;
    font-family: unset;
    border: none;
    position: absolute;
    top: 215px;
    left: 210px;
}

.finch-jab #Delete{
    background-color: #17b6ebeb;
    border-radius: 50%;
    width: 71px;
    height: 40px;
    font-size: 21px;
    font-family: unset;
    border: none;
    position: absolute;
    top: 215px;
    left: -70px;
}

#mony{
    position: relative;
    left: 0px;
    top: 270px;
}

#m{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

hr{
    width: 560px;
    
}
 
@media (min-width: 800px) {
    .jab{

    }

    .num{

    bottom: 60px;
    left: 610px;
    }

    .finch-jab{

        top: -332px;
        left: 1020px;
    }

    header{
        background-color: #ffc107;
        margin: 0px;
        padding: 0px;
        width: 137%;
        height: 100px;
        color: wheat;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-family: cursive;
    }

    header{
        background-color: #ffc107;
        margin: 0px;
        padding: 0px;
        width: 137%;
        height: 100px;
        color: wheat;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-family: cursive;
    }    

    .intro-svg{
        transform: rotateX(180deg);
        fill: #ffc107;
        margin-top: -1px;
        width: 137%;
    }

    body{
        margin: 0px;
        width: 1000px;
        height: 1000px;
        background-color: #cdcdcd;
    }

    #mony{
        position: relative;
        left: 0px;
        top: -220px;
    }

    hr{
        width: 137%;
        /* width: 1000px; */
    }
}
























