body {
    background-color: bisque;
}

h1 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: left;
}

.badge {
    background-color: white;
    position: relative;
    top: 50%;
    left: 40%;
    padding-left: 40px;
    justify-content: center;
    height: 250px;
    width: 300px;
    border-width: solid, 2px, black;
    text-align: left;
    box-shadow: 10px 10px 5px rgb(82, 11, 71);
    border-color: black;
    border-radius: 6px;
}



.username {
    color: black;
    font-size: 18px;
    border-color: black;
    box-shadow: none;
    font-size: 18px;
    border-left: none;
}

.username,
input {
    color: black;
    font-size: 18px;
    border-color: black;
    border: solid 2px;

}


button {
    vertical-align: middle;
    color: white;
    background-color: gray;
    width: 70px;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border: solid black 2px;
    cursor: pointer;
}