body{
    background-color: rgb(30, 30, 30);
}

.screen{
    background-color: rgb(250, 250, 250);
    margin: auto;
    width: 500px;
    height: 500px;
    position: relative;
    top: 10px;
}

#box{
    position: relative;
    width: 100px;
    height: 100px;
    /* background-color: rgb(50, 50, 50); */
    background-color: rgb(255, 0, 0);
    border-radius: 50%;
    display: inline-block;

}

#print{
    color: white;
    position: relative;
    top: 15px;
    font-size: 20pt;
    font-family:Arial, Helvetica, sans-serif
}

#chungy{
    position: relative;
    width: 100px;
    height: 100px;
}