body {
    margin: 0;
    padding: 0;
   
    
    
    
    
   
    
}

.main-container {
    background: #1F2937;;
    padding: 64px 61px 64px 62px;
    width: 450px;
    height: 450px;
    
    margin:64px 61px 64px 62px;
    
  
    
}

h1 {
    color: white;
    margin-bottom: 10px;
    font-family: Karla;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; 
    letter-spacing: -1px;
    padding-right: 144px;
    
    
}

span {
    color: #4ADF86;
}

p {
    color: #D5D4D8;
    width: 372px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
   
}

#btn-generator {
    color: #FFF;
    background: #10B981;
    border: none;
    border-radius: 6px;
    padding: 9px 17px 9px 15px;
    margin-top: 51px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  
}

.box {
    width: 211px;
    height: 39px;  
    border-radius: 6px;
    background: #273549;
    margin-top: 35px;
    margin-left: px;
    margin-right: 30px;
    border: none;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
 
   
    
}

#line {
    width: 446px;
    height: 1px;
    background: #2F3E53;
    margin-top: 35px;
}

.result {
    display: flex;
   
   
}

#btn-generator:hover {
    transform: scale(1.1);
}


input {
    color: black;
    background: white;
    border: none;
    border-radius: 6px;
    padding: 9px 17px 9px 15px;
    margin-top: 51px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    width: 150px; 
  
}