body {
    background-color: #0f2027;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    align-items: center;
    text-align: center;
    height: 100%;  
}

.Text-1 {
    color: yellow;
    text-align: center;
    margin-top: 80px;
}

.men-fun {
    box-shadow: 0 0 30px gold;
    border: 2px solid gold;
    margin-top: 100px;
    width: 500px;
    height: 500px;
    /* margin-left:; */
    align-items: center;
    justify-content: center;
    padding: 0%;
    border-radius: 10px;
    margin-left: 300px;

}

.email-1 {
    height: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: red;
    font-size: 18px;
    margin-right: 120px;
}

.email {
    width: 300px;
    height: 30px;
    border-radius: 8px;
    background: none;
    cursor: pointer;
}

.Password {
    color: red;
    font-size: 18px;
    height: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-right: 120px;
}

.password-1 {
    width: 300px;
    height: 30px;
    border-radius: 8px;
    background: none;
    cursor: pointer;
}

.name-1 {
    color: red;
    font-size: 18px;
    height: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-right: 120px;
}

.name {
    width: 300px;
    height: 30px;
    border-radius: 8px;
    background: none;
    cursor: pointer;
}

.Sub {
    background-color: rgb(9, 243, 9);
    border-radius: 10px;
    width: 200px;
    height: 40px;
    margin-top: 20px;
    color: yellow;
    font-size: 15px;
    /* text-size-adjust: calc(12px); */
}

.Msg {
    color: yellow;
}

.Gen {
    color: red;
}