*{
    color: rgb(255, 255, 255);
    background-repeat: no-repeat;

    font-family: 'Inter', sans-serif;
    background-color: #111111;
}


.first{
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  
  padding: 40px;
  width: 85%;
  max-width: 800px;
  margin: 40px auto;
 }
  

