*{
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body
{
    background-color: #335463;
    max-height: 100vh;
}
.main
{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container
{
    background-image: url(./images/tasbeeh.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    aspect-ratio: 1/1;
    position: relative;
}
h1
{
    position: absolute;
    font-size: 35px;
    right: 47.3px;
    top: 45.2px;
    width: 104px;
    text-align: right;
    overflow: hidden;
    overflow-x: auto;
}
#count
{
    position: absolute;
    bottom: 23.9px;
    left: 69.3px;
    border-radius: 50%;
    width: 60px;
    aspect-ratio: 1/1;
    background: none;
}
#reset
{
    position: absolute;
    bottom: 68px;
    right: 46px;
    border-radius: 50%;
    width: 25px;
    aspect-ratio: 1/1;
    background: none;
}

#chAnge
{
    position: absolute;
    left: 10px;
    top: 10px;

    background: none;
    border: 2px solid;
    border-radius: 15px;
    padding: 6px 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 21px;
}
footer
{
    position: absolute;
    width: 100%;
    transform: translateY(-50px);
}
.ftr
{
    display: flex;
    justify-content: center;
}
.hdr
{
    display: flex;
    justify-content: center;
}
