.box{
    /*definimos a largura do box*/
    width:100%;
    /* definimos a altura do box */
    height:100%;
    /* definimos o quão arredondado irá ficar nosso box */
    border-radius: 10px;
    padding: 0px;
    margin:0px;
    background-color: #dcdcdc;
    }
body{
	background-color: #17a2b8;
},
h1{
color: #dcdcdc;
}
.status{
	background: #3f4949;
	color: white;
}

* {
   padding: 0;
   margin: 0;
   border: 0;
}