body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0b2d51 ;
  }
  
  .container {
    text-align: center;
  }
  
  .centered-text {
    color: white;
    font-size: 42px;
    margin-bottom: -8px;
    word-spacing: 10px;
  }
  hr{
    margin-bottom: -8px;
  }
  #co{
    font-size: 23px;
    margin-bottom: -12px;
  }
  #num{
    font-size: 16px;
  }
  .descr{
    color: white;
    font-size: 20px;
  }
  
  
  {
    margin-bottom: -12px;
  }
  .secondtext{
  margin-top: 22px;
  text-align: center;
    color: white;
  }