body{
    /* background-color: rgb(199, 223, 171); */
    background: url('b.jpg');
    margin: 0;
    padding: 0;

}
.card2{
    margin-top: 15px;
    background-color: blueviolet;
    color: white;
    font-family: 'Black Ops One', cursive;
    width: 950px;
}
.card2 h1{
    font-size: 4rem;
}

.card1{
    margin-top: 60px;
    font-family: 'Righteous', cursive;
    
    color: wheat;
    width: 700px;
    height: 300px;
    background-color: rgb(73, 1, 139);
}
.card1 h3{
    margin-bottom: 20px;
    display: none;
    font-family: 'Righteous', cursive;
    color: wheat;
    font-size: 2.8rem;
}
.card1 input{
    margin-top: 65px;
    margin-bottom: 6px;
    background-color: wheat;
    color: black;
    display: none;
    font-family: 'Righteous', cursive;
    font-size: 1.2rem;
    width: 400px;
    height: 50px;
    /* text-transform: lowercase; */
}
.card1 button{
    border: none;
    border-radius: 6px;
    height: 60px;
    width: 125px;
    font-size: 1.2rem;
    cursor: pointer;
    text-transform: uppercase;
}
.card1 button:hover{
    background-color: blueviolet;
    color: white;
}
.cont{
    display: block;
    margin-bottom: 20px;
    font-family: 'Righteous', cursive;
}
.foot a{
    color: red;
    text-decoration: none;
    font-family: 'Righteous', cursive;
    font-size: 1rem;
    /* border: 1px solid red; */
}
.foot{
    margin-top: 40px;
    border: 1px solid black;
    background-color: black;
}
#demo{
    font-size: 1.8rem;
    font-family: 'Black Ops One', cursive;
    background-color: red;
    width: 300px;
    margin-top: 20px;
    
}
@media only screen and (max-width: 590px) {

    .card2{
        width:350px;

    }
    .card2 h1{
        font-size: 2.5rem;
    }
    #demo{
        font-size: 1.2rem;
        margin-top: 30px;
    }
    .card1{
        width: 350px;
        height: 400px;
    }
    .card1 input{
        width: 290px;
        font-size: 1.2rem;
        height: 50px;
        margin-top: 100px;
    }
    .card1 button{
        width: 125px;
        height: 55px;
        margin-top: 15x;
    }
    .foot{
        font-size: 2rem;
        border: none;
        background: none;
        margin-top: 100px;
    }
    .foot a{
        font-size: 1.5rem;
        color: black;
    }
}