body{    
    font-family: ;  
    background-image: url('istockphoto-639234746-612x612 - Copy.jpg' );
background-repeat: no-repeat;
background-size:cover;
height: 750px;
width:100%;
    
}    
h1{
    color: brown;
    text-align: center;
    text-shadow: 2px;
    font-weight: bold;
}
h2{
    border:  1px outset hwb(0 4% 96%);
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
}
hr{
    color:black;
}
input[type="text"] {    
    width: 250px;    
} 
.button input{
    display: inline-block;
    width: 70px;
    height: 35px;
    background-color: #f7520b;
    border: none;
    color: white;
    border-radius: 8px;
    margin: 10px;
}   

form{    
    text-align: center;    
    font-family: Calibri;    
    font-size: 20px;    
    border: 1px outset darkblue;    
    width: 600px;    
    margin: 20px auto;   
    border-radius: 3px; 
}    
td {    
    padding: 10px;    
}    
td:first-child {    
    text-align: right;    
    font-weight: bold;    
}    
td:last-child {    
    text-align: left;    
}
label{
    bottom: 30px solid black;
}

@media (min-width:300px) and (max-width:470px) {
    form{    
    text-align: center;    
    font-family: Calibri;    
    font-size: 20px;    
    border: 1px outset darkblue;    
    width: 350px;    
    margin: 20px auto; 
    border-radius: 5px;   
} 
.form1{
    background-image: url('Mahi back\md1.jpg');
    height: 400px;
    width: auto;
}
input[type="text"] {    
    width: auto; 
    border-radius: 2px;  
}  
.button input{
    display: inline-block;
    width: 60px;
    height: 35px;
    background-color: #f7520b;
    border: none;
    color: white;
    border-radius: 8px;
    margin: 10px;
}   
}
