body {
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}

.input-container {
    margin-bottom: 20px;
    
}

.container-imput {
    display: flex;
    flex-direction: row;
    gap: 100px;
    padding-top: 20px;
   
}

.input-min, .input-max {
    width: 50px;
    height: 30px;
    font-size: 18px;
    padding: 10px;
    border:#ffd700  1px solid;
    border-radius:4px ;
    
}

.generate-btn {
    background-color: #0b0fd1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.generate-btn:hover {
    background-color: #f70a0a;
}

#result {
    width: 150px;
    height: 50px;
    background-color: #ccc;
    color: #f70a0a;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border:#ffd700  solid;
    padding: 50px, auto;
}
img{
    width: 320px;
    height: 220px;
}

/*
body {
    width: 100%;
    height: 100%;
    background-color: black;
    margin: 0;
    font-family: roboto;
    font-size: 40px;
    font-weight: 500;
    line-height: 46.88px;
    color: #fff;

}

main {

position: absolute;   
    width: 750px;
    height: 755px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

}




figure {
    width: 300px;
    height: 250px;
    position: relative;
    left: 70px;




}

.container-left {
    width: 370px;
    height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 15%;
  

}

.container-right {
    width: 370px;
    height: 300px;
    display: flex;
    flex-direction: column;
    right: 500px;
    position: relative;
    left: 50%;
    bottom: 186px;


}

input ,placeholder {
    font-size: 30px;
    width: 342px;
    height: 65px;
    background-color: #404040;
    border-radius: 20px;
    margin: 20px 15px;
    color: #fff;
    padding-left: 10px;
    border: none;
    
    
}
button{
    font-size: 30px;
width: 342px;
height: 72px;
position: absolute;
top: 200px;
right: 200px;
background-color: #AEC346;
border-radius: 20px;
color: #fff;
cursor: pointer;
}
button:hover{
    background-color: #00d80b;
}

h1{
    color: #fff;
 font-size: 32px;
position: absolute;
padding-top: 60px;
left: 250px;
    

}
alert{
    width: 400px;
}/*