body {
    background-color: black;
text-align: center;
color: white;
margin-top: 25%;
font-family: bitcount grid double, system ui;
font-size: 30px;
}


.bitcount-grid-double-<uniquifier> {
  font-family: "Bitcount Grid Double", system-ui;
  font-optical-sizing: auto;
  font-weight: <200>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}



@media screen and (min-width: 1200px) {
   
   #phone {
    display: none;
   }

}

@media screen and (max-width: 600px) {
  
   #phone{
    font-size: 14px;
   }
   body{
    background-color: rgb(32, 59, 32);
   }
  
   #compu {
    display: none;
   }

}
