
html


body {
    background-color: white;
    background-image: url(images/HeadyTek_Logo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
}

header {
text-align: center;
   
}

.container {
margin-left: auto;
margin-right: auto;
width: 1024px; }
        
        header {
            height: 118px;}
        
        
        main {
        height: 400px;
        text-align: center;
        padding-top:80px;
        padding-left:240px;
        padding-right:240px;
    }
        footer {
            }
        
        h1 {
            font-size: 84px;
            color: white;
            font-family: Arial, Helvetica, sans-serif;
        }
      
        p {
            font-size: 18px;
            color: white;
            font-family: Arial, Helvetica, sans-serif;
        }

       

        a {
            color: white;
            font-family: Arial, Helvetica, sans-serif;
            /* text-decoration: none; */
        }

        nav a {
            text-decoration: none;
            font-size: 12px;
            padding-left: 10px;
            padding-right: 10px;
        } 

        footer p {
            font-size: 10px;
            text-align: center;
            color: rgb(198,198,198);
           
        } 
        
        .maps {
            padding-bottom: 100px;
            align-items: center;
        }
    