body{
	background: #ffba50;
}

.container{
	height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;

}

.generator-input{
    justify-content: center;
    align-items: center;
    display: flex;
	gap: 10px;
	padding: 10px;
}

.wrapper{
    background: #ffe6c0;
	padding: 30px;
}

input::selection{
	background:none;
}

h1 {
	text-align: center;
	font-size:30px;
	padding-bottom:10px;
}

button{
	font-size: 15px;
    height: 35px;
}

.btn{
    font-weight: 500;
}

#lengthInput{
    width: 10%;
}

label{
	font-weight: 500;
    min-width: 82px;
}