@charset "utf-8";
header {
    background-color: #C0C0C0;
    border-radius: 20px;
    height: 60px;
    color: #000000;
    font-weight: 600;
    font-size: xx-large;
    text-align: center;
    text-shadow: 0px 0px 38px #EDD26B;
    vertical-align: baseline;
    line-height: 60px;
    padding-top: 0px;
    min-width: 1000px;
}
body {
    background-color: #FFFFFF;
    min-width: 1000px;
    text-align: left;
}
button {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-top: 0px;
    background-color: #EDD26B;
    border-radius: 50px;
    border-color: #F2090D;
    border-style: outset;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    border-spacing: 20px 20px;
    letter-spacing: 4px;
    font-size: x-large;
}
button:hover {
	background: #F0FB02
}
nav {
    text-align: center;
    min-width: 1000px;
}
main {
    min-width: 1000px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    font-size: large;
}
.elerhetoseg {
    padding-top: 100px;
    text-align: left;



}

.kiszaszlo {
    padding-top: 0px;
}



@media (max-width: 1980px){
}

@media (min-width : 1000px ){
}

@media (min-width : 1000px ) and ( max-width : 1920px ){
}
