/* CSS RESETS */
/* ----------------------------------------------------- */

*   {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html    {
    margin: 0;
    padding: 0;
}

body    {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #EAE9E8;
}

img {
    display: block; 
    margin: 0 auto;
    max-width: 100%;
}
/* .mainbox{
    display: flex;
    justify-content: space-between;
    display: inline-block;
} */
.screenbox{
    width: 90%;
    height: 90%;
    border-radius: 10px;
    border: 1px solid #8A8E90;
    background: #DAE0EE;
    margin-top: 50px;

}
.box{
    display: flex;
    justify-content: center;
}
.ipodflex{
    display: flex;
    justify-content: space-between;
}
.ipod{
    text-align: center;
    color: #4D467C; 
    font-family: Khand;
    font-size: 20px;
    font-style: normal;
}
.battery{
    width: 30px;
    color: #4D467C;
}
.hidden{
    width: 30px;
}
.border{
    border:1px solid #4D467C;
}
.music{
    padding: 7px;
    padding-left: 20px;
    margin-top: 2px;
    background-color: #4D467C;
    color: white;
    font-size: 24px;
    
}
.extra{
    margin-left: 20px;
    font-size: 24px;
    color:  #4D467C;
}
.color{
    margin-top: 200px;
}
/* .circle{
    width: 13%;
    height:  310px;
    border-radius: 50%;
    background: #D9DADC;
    margin-left: 900px;
    margin-top: 111px;
} */
/* .circle{
    width: 90%;
    height:  90%;
    border-radius: 50%;
    background: #D9DADC;
    margin-left: 900px;
    margin-top: 111px;
} */
