﻿
html {
    overflow-y: scroll;
}

body {    
    background: url('../media/home2000.jpg') no-repeat center fixed;
    background-size: cover;
}

.submitBtn {
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-spacing: normal;
    /* text-rendering: auto; */
    line-height: 40px;
    font-size: .8em;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;   
    border: 1px solid #000;
    background:#6495ed;
    color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    border-radius: 20px;
    width: 100px;
    margin: auto;
    display: block;
    transition: 0.5s background-color;
}


