body 
{
    margin: 10px;
    padding: 10px;
    border: 10px;
    text-align: center;
    background: url(pic1.jpg) no-repeat;
    background-size: cover;
    background position: top;
    height: 1024px;
    overflow: auto;
    
}


h1
{
    font-size: 50px;
    color: #000000;
    font-family:cursive, sans-serif;
}

nav
{
    font-size: 20px;
    color: #000000;
    font-family: sans-serif;
}

a
{
    color: #000000;
}

h2
{
    font-size: 35px;
    color: #000000;
    font-family:cursive, sans-serif;
}

h3
{
    font-size: 25px;
    color: #000000;
    font-family:cursive, sans-serif;
}

P
{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 200px;
    margin-left: 150px;
    color: #000000;
    font-size: 20px;
    text-align: center;
    font-family: sans-serif;
}

footer
{
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
    color: black;
    font-family: sans-serif;
}



.contact-title
{
    margin-top: 100px;
    color: #000000;
    transition: all 4s ease-in-out;
}

.contact-title h1
{
    font-size: 35px;
    line-height: 10px;
    
}

.contact-title h2
{
    font-size: 16px;
}

form
{
    margin-top: 50px;
    transition: all 4s ease-in-out;
    
}

.form-control
{
    width: 600px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid gray;
    color: black;
    font-size: 18px;
    margin-bottom: 16px;
}

input
{
    height: 45px;
}

form .submit
{
    background: #ff5722;
    border-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    height: 50px;
    margin-top: 20px;
}

form .submit:hover
{
    background-color: #f44336;
    cursor: pointer;
}
