body {
    font-family: "Ubuntu","Lobster", sans-serif;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0)), url("./images/bg12.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    padding-bottom: 75px; }
  
    
  
  
  .navbar-brand img {
      height: 40px;
      width: 40px;
     }
  
  .navbar-dark {
    padding-top: 35px;
    padding-bottom: 35px; }
  
  .navbar-dark .navbar-text {
      color: whitesmoke;
      padding: 20px;
      font-size: 20px;
      font-weight: bold;
      text-align: center; }
  
     
  
  .title {
    font-size: 50px;
    font-weight: Regular;
    margin-bottom:10px;
    text-align: center;
  }
  
  .description {
    position: relative;
    font-size: 18px;
    margin-bottom: 60px; 
    text-align: center;
  }
  
  
    
  .generator {
      width: 100%;
      max-width: 330px;
      
      color: green;
  }
  .generator .radio {
      font-weight: 400;
  }
  
  
  
  
  
  