body{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#login{
    height: 300px;
    width: 500px;
    margin-left: 30%;
    margin-top: 15%;
    box-shadow: 3px 3px 5px black;
    border-radius: 20px;
    text-align: center;
}
#username{
    text-align: right;
    display: inline;
    border-radius: 10px;
    height: 45px;
    width: 250px;
    font-size: 15px;
    padding-right: 5px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#nametext{
    font-size: 20px;
}
#form{
    margin-top: 60px;
}
#submit{
    background-color: rgb(16, 172, 16);
    border: none;
    border-radius: 7px;
    height: 40px;
    width: 90px;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#submit:hover{
    background-color: rgb(18, 224, 18);
}