input {
    width: 40px;
}

body {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
   margin: 0;
}

.container {
    width: 450px;
    padding: 20px;
    background-color: #a2a2a264;
}

.description {
    margin: 0;
    padding: 0px;
    line-height: 1.2;
    margin-bottom: 5px; 
}

.indent {
    line-height: 1;
    text-indent: 70px;
    margin-top: 0px;    
    margin-bottom: 15px; 
}

.select {
    margin-top: 15px;  
    margin-bottom: 15px;
}

.inline-title {
    display: flex;
    align-items: center;
    gap: 0px;
}

.button-container {
    margin-top: 30px;
    display: flex;
    gap: 315px; 
    align-items: center;
}
