@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

input:focus-visible {
    outline: 0;
}
.one{
    display:flex;
    justify-content: center;
    margin:40px 0 10px 0;
    font-weight:800;
    font-size:40px;
}
.two{
    display:flex;
    color: white;
    justify-content: center;
    margin:30px 0 10px 0;
    font-weight:800;
    font-size:20px;
}
.three{
    display:flex;
    color: blue;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin:10px 0 10px 0;
    font-weight:800;
    font-size:10px;
}
.main {
    margin-top:30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.body {
    background-image: url("Password_Generator-main\\image\\gehU.jpegg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.copy-btn {
            margin-left: 259px;
            padding: 5px 10px;
            background-color: grey;
            color: white;
            border: 100px;
            border-radius: 5px;
            cursor: pointer;
        }
.copy-btn:hover {
    background-color: orange;
}
.box {
    min-width: 400px;
    padding: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 50%);
    background: #009dff;
    border-radius: 2px;
    margin-top: 10px;
}

#pass-box {
    width: 100%;
    display: block;
    background-color: rgb(255, 255, 255);
    font-size: 30px;
    padding: 10px;
    border-radius: 4px;
}

.row {
    width: 100%;
    display: flex;
    margin-top: 10px; 
    justify-content: space-between; 
    color: rgb(255, 255, 255);
    font-size: 20px;
}

label {
    user-select: none;
}

#btn {
    width: 100%;
    font-size: 20px;
    outline: 0;
    border: 0;
    padding: 10px;
    background-color: #f6f607;
    color: rgb(0, 145, 255);
    margin-top: 10px;
    border-radius: 5px;
}
#btn:hover
{
    background-color: rgb(255, 196, 0)
}


.all{
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    margin-top: 112px;
    font-size:20px;
}