body {
    background-image: url(image/varroshatter.jpg);
    background-position: center;
    background-size: contain, cover;
    background-repeat: repeat;
}
#mainbox {
    font-family: sans-serif;
   /* background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: relative;*/
    /*margin: 20px;*/
    padding: 0;
}
#szolgaltatasok li{
    position: relative;
    left: 50px;

}

#fejlec {
    background-image: url(image/varrNaumann2.jpg);
    height: 300px;
    background-size: 105%;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 125px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 10px 20px rgb(0, 0, 0);
    padding: 10px;
}
#fejlec h1 {
    font-family: "Comic Sans MS", cursive;
    font-size: 64px;
    padding-left: 5px;
	color: #6e0534;
}
#fejlec h2 {
    line-height: 30px;
    padding-left: 5px;
	color: #000000;
    
}
#szolgaltatasok li {
    font-weight: bold;
}

.rolam-box img {
    width: 200px;
    /*height: 200px;*/
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(248, 147, 248);
}
#galeria {
    margin: 40px;
}

.galeria-img{
    display: flex;
    justify-content: flex-start;
    margin: 40px;

}
.galeria-img img{
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(218, 106, 249);
}
#kapcsolat p {
    margin: 40px;
    font-size: 24px;
    font-weight: bold;

}

#impress {
    font-family: "Comic Sans MS", cursive;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}