


.container1{
    display: flex;
    justify-content: center;
    font-size: 2px;
    top: 130px;
    right: 30px;
    
}

.m{
    position: absolute;
 top: 180px;
    width: 213px;
    height: 42px;
    background: linear-gradient(90deg, #509ed9,#0e0995,#62035d);
 border-radius: 16px;
 z-index: -1;
 position: absolute;
 top: 542px;
 right: -30px;

}
.currencyconvert{
    display: flex;
    justify-content: center;
    background: rgb(0, 0, 0);;
    width: 200px;
    height: 30px;
    border: 5px solid rgba(1, 0, 2, 0.89);
    box-shadow: 0px 0px 5px rgb(24, 14, 34) ;
    border-radius: 16px;
    position: relative;
    box-shadow: 3px 1px 20px #0d00a0 ;
    top: 543px;
    right:-29px ;

}
#money{
    font-family: monospace;
    color:rgb(88, 43, 160) ;
    font-size: 15px ;
    position: absolute;
    
    left: 40px;
    top: 6px;
}
#usa{
position:relative;
top: 2px;
left:-64px;
}






#oth{
    
    position: relative;
    top: -1px;
    left: 70px;
    margin-top: 10px;
    z-index: 10;
}
body{
    background: rgb(2, 2, 19);
    margin: 0;
    display: flex;
    justify-content: center;
    
    height: 100vh;
    
}
#welcomeMsg{

    font-family: monospace;
    font-size: 13px;
    color: #128b8b;

    
    display: flex;
    justify-content: center;
    bottom: -0px;
    position: absolute;
    left: 2px;
    top: -1px;
    
    
    
    
}
.border{
    width: 256px;
    height: 40px;
    background: #000000;

     border: 5px solid rgb(0, 0, 0);
   
     box-shadow: 3px 1px 11px BLUE ;
    border-radius: 16px;
    position: relative;
    bottom: -285px;
    left: 19px;
}
.container {
     display: flex;
     position: absolute;
     top: -190px;
     
    
    
}
.n{
    
    position: absolute;
    left: 16px;
 top: 284px;
    width: 265px;
    height: 52px;
    background: linear-gradient(90deg, #09548d,#0e0995,#62035d);
 border-radius: 15px;
 z-index: -1;
 
 


}
.wrapper{
    top: 40px;

}
.clockface {
    
    
    
    width: 250px;
    height: 250px;
   
    padding: 10px;
    border-width: 1px;
    position: absolute;
    right: -10px;
    top: -170px;
    


}
.raindow{
    content: '';
 position : absolute;
 top: 80px;
 width : 250px;
 height: 250px;
 border-radius:  50%;
background: linear-gradient(90deg, #21044f,#5f0169,#30002e);
 box-shadow: 3px 1px 30px #5f0169 ;
 z-index: 1;
}
#flag{
    
    bottom: -301px;
    left: 200px;
    top: 10px;
    position: absolute;
    

    }
    .container1{
        display: flex;
        position: relative;
        justify-content: center;
        
        
        
    }

.clock--wrapper {
    position: relative;
   top: 160px;

    
}
:root{
    --pink: white;
    
}
.ring--center{
    fill: var(--pink);
    stroke: var(--pink);
    stroke-width: 1px;
}
#hourhand{
    transform: rotate(45deg);
    stroke: rgb(188, 136, 237);
    stroke-width: 5px;
    stroke-linecap: round;
}
#minutehand{
    transform: rotate(90deg);
    stroke: rgb(216, 132, 213);
    
    stroke-width: 5px;
    stroke-linecap: round;
}

#secondhand{
    stroke: var(--pink);
    stroke-width: 1px;
    stroke-linecap: round;
    transition: transform 1.0s linear;
    transform: rotate(360deg);

    
     
    

}
.date{
    fill: white;
    font-size: 1.5rem;
}
.am-pm{
    fill: white;
    font-size: 0.7rem;
    

}
.malik{
    fill: white;
    font-size: 0.7rem;
}

.date1{
    fill: white;
    font-size: 0.5rem;
}
.no1{
    fill:white;
    font-size: 1rem;
}
@media screen and(max-width:667px) {
    .clockface{
        width: 500px;
    }
}
