* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
}

body {
    background: url(https://images.unsplash.com/photo-1582139329536-e7284fece509?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8Mnx8dmF1bHR8ZW58MHx8MHx8&auto=format&fit=crop&w=1400&q=60);
    background-repeat: no-repeat;
    height: 100vh;
    
}

li {list-style-type: none;
    font-size: 16pt;
    text-align: center;
    }

    .card {
    margin: auto;
    margin-top: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 400px;
    background : #e84848;
    border: 1px soild silver;
    border-radius: 20px;
    box-shadow: 20px 20px 10px 0px rgba(0,0,0,0.2);
    }
    .card h1,
    h2 {
    margin-left: auto;
    text-align: center;
    }
    input {
        position: relative;
        background-color: #ffffff;
        border: rgb(0, 0, 0) solid 1px;
        border-radius: 5px;
        height:2rem;
        width: auto;
        margin: 1px;
        padding: 1px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        justify-self: center;
    
    }
    input:focus, textarea:focus{
    background-color: rgb(224, 234, 255);
    }
    input submit {
        position: relative;
        background-color: #ffffff;
        border: rgb(0, 0, 0) solid 1px;
        border-radius: 5px;
        height: 5rem;
        width: auto;
        margin: 3px;
        padding: 5px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        justify-self: center;
    }
    .rq {
    color: #FF0000;
    font-size: 10pt;
    }