body, html {
    width: 100%;
    height: 100%;
    display: table;
    margin: 0;
    padding: 0;
    /* background: url(https://x24marketing.hu/wp-content/uploads/2019/08/slide_bg.jpg); */
    background-size: cover;
    background-position: center top;
	background-color: #A82682;
}
.wrapper a {
    color: white;
}
.wrapper {
    display: table-cell;
    width: 1024px;
    margin: auto;
    max-width: 90%;
    height: 100%;
    font-family: Roboto;
    color: white;
    vertical-align: middle;
    padding: 0 20px;
}
.kozepe {
    width: auto;
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 80%;
    width: 500px;
}
