body {
    background-color: #323232;
}

h2 {
    color: white;
    margin-top: 70px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

#usernameinput {
    background-color:#323232;
    margin-top: 100px;
    border-radius: 4px;
    border: 4px solid white;
    width: 320px;
    height: 40px;
    font-size: 20px;
}

#passwordinput {
    background-color: #323232;
    margin-top: 40px;
    margin-bottom: 150px;
    border-radius: 4px;
    border: 4px solid white;
    width: 320px;
    height: 40px;
    font-size: 20px;
}

button {
    background-color: #6C63FF;
    cursor: pointer;
    border-radius: 6px;
    width: 350px;
    height: 60px;
    font-size: large;
    
}

