body {
    background-image: url(image/varroshatter.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}
#kepek img{
    width: 400px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(248, 147, 248);
}
button {
    background-color: #6c71ff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgb(248, 147, 248);
    color: white silver;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;

    font-size: 32px;

    /*margin: 4px 2px;
    cursor: pointer;*/
}
.gomb {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*
#gallery table tr .keret {
background-image: url(../image/gallery/kkeret.png);
background-repeat: no-repeat;
text-align: center;
height: 119px;
width: 198px;
margin-left: 15px;
margin-bottom: 10px;
}
img { border:none;}
#gallery #vissza {
color: #182013;
margin-left: 50px;
}
#gallery #vissza h2 a {
color: #182013;
text-decoration: none;
}
#gallery #vissza h2 a:hover {
color: #fff;
text-decoration: none;
}
#gallery p {
margin-left:35px;
}
#gallery p a {
color: #182013;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #182013;
}
#gallery p a:hover {
color: #fff;
text-decoration: none;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #fff;
}
*/