body{
    margin: 0;
    background-color: aquamarine;
    color: #ffffff;
    font-family: monospace;
  }
 
 
  h1{
    margin: 0;
    background-color: rgb(233, 119, 119);
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    font-size: 300%;
  }
 
 
  .rgbspan{
    font-size: 200%;
  }
 
 
 .line{
   width: 100%;
   height: 40px;
   text-align: center;
   background-color: #ffffff;
   padding: 0;
 }
 
 .status{
   color: rgb(233, 119, 119);
   width: 20%;
   display: inline-block;
   font-weight: 900;
 }
 
 button{
   border: none;
   background: none;
   text-transform: uppercase;
   height: 100%;
   letter-spacing: 1px;
   color: rgb(233, 119, 119);
 }
 
 .mainbox{
   width: 600px;
   margin: 0 auto;
 }
 
 .box{
   width: 30%;
   background: #ffffff;
   padding-bottom: 30%;
   margin: 1.66%;
   border-radius: 20px;
   float: left;
 }