width:100%;
height:100%;
padding: 50px 20px;
border-radius:7px;
text-align: center;
color: #fff;
}
* {
margin:0;
padding:0;
border: none;
}
body {
width:100%;
height:100%;
position:relative;
}
#timeP {
margin:0 auto;
}
#scoreP {
margin:0 auto;
}
#but {
width:50px;
height:50px;
border-radius:25px;
background: #ece955;
}