

body {
    background-image: url(../img/hatter.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
  
} 




#nagykep {
    background-color: rgb(214,214,216);
   /* background-image: url(../img/autism.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-origin: none;
    background-position: center; */
}

ul {
    text-align: center;
}

p {
    margin-left: 20%;
    margin-right: 25%;
   
    color: rgb(0,0,0);
}

h1 {
    margin-top: 20%;
    text-align: center;
    color: rgb(0,0,0);
}






