
html {
    height: 100%;
}

body{

    background-color: white;
    background-repeat: no-repeat;
   background-position: center;
    background-image: url(/Images/curveybackground.jpg);
    background-size: cover;
    


   
}

.container {

    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    text-align: center;
}





header {
color: lightgrey;
height: 140px;
width: 1024px;

background-repeat: no-repeat;

}

nav {

    
    height: 40px;
    width: 1024px;
    color: rgba(0, 0, 0, 0.326);
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;

    

}

main {

    color: lightgrey;

  
    height: 200px;
    width: 1024px;
    text-align: center;
    
   
  
   
   
    padding-top: 30px;
    padding-bottom: 100px;

    



   
   
}




button{

    scroll-padding-top: 30px;
    font-size: 30px;
   background-color: rgb(136, 197, 251);
    font-family: cursive;
    color: white;
    
    
   
}
footer {

    
    height: 100px;
    width: 1024px;
    text-decoration: none;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

h1{
    font-size: 40px;
    color: black;
    font-family: cursive;
    font-style: italic;
    text-align: center;
}

p{
    font-size: 18px;
    color: black;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
    text-align: center;
    padding-left: 240px;
    padding-right: 240px;
}

a {

    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

nav a {

text-decoration: none;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;


}

label {
font-family: cursive;
padding-right: 15px;

}

