*{
    margin: 0;
    padding: 0;
    font-family: 'Fredericka the Great', cursive;
    font-family: 'Times New Roman', Times, serif;


}

header{
    background-image: url(hatter.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    
    
}
.menu{
    width: 100%;
    height: 130px;
    background-color: rgba(0, 0, 0, 0.561);
    line-height: 40px; /* link magassága*/
}
.logo img{
    float: left;
    padding-top: 15px;
    padding-left: 45px;
    width: 300px;
    height: auto;

}

nav ul{
    display: inline-block;
    padding-left: 120px; /* menü mozgatasa jobbra  vagy balra*/
    padding-top: 35px; /*link alja le*/
    
}
nav ul li{
    display: inline-block;
    list-style-type: none;  
}
nav ul li a{
    text-decoration: none;
    color: rgb(251, 242, 230);
    font-family: 'Fredericka the Great', cursive;
    font-style: unset;
    font-weight: lighter;
    
    text-decoration: double;
    
    
    padding: 30px /* menüban a linkek közöti távolsád*/
    

  
}

nav ul li:hover{
    background-color: #0007;
}
a {
    font-size: 30px;
    
}
.udv{
    position: absolute;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    color: rgba(238, 238, 238, 0.883);
    top: 35px;
    right: 19%;
}
.facebox  {
    position: absolute;
    right: 1%;
    transform: translate(-50%, -45);
    margin-right: 10%;
    bottom: 40%;
   
 } 
 .doboz1 {
    position:absolute;
    background-color: rgba(0, 0, 0, 0.637);
    color: antiquewhite;
    left: 7%;
    bottom: 55%;
    width: 320px;
    height: 320px;
    border-radius: 5px;
 }
 .doboz2 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.637);
    color: antiquewhite;
    left: 35%;
    bottom: 55%;
    width: 600px;
    height: 320px;
    text-align: left;
    font-size: 20px;
 }
 .doboz3 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.637);
    color: antiquewhite;
    left: 7%;
    bottom: 22%;
    width: 320px;
    height: 320px;
    text-align: left;
    font-size: 20px;
 }
 p {
     text-align: center;
     font-size: 25px;
 }