.content{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: lightgray;
	padding: 20px;
	width: 100%;
}

#display{
	width: 100%;
	
}

#slider{
	width: 100%;
}

#length{
    display: inline-block;
    width: 100px;
}

.previous_passwords{
    margin-bottom: 50px;
}

.footer{
	text-align: center;
        border-radius: 1em;
        padding: 1em;
        position: absolute;
        top: 98%;
        left: 2%;
        margin-right: -98%;
        transform: translate(-50%, -50%)
}