body{
    font-family: 'Alkatra', cursive;
}
#monitor{
    background-color: #3f3327;
}
.container{
    background-color: #fcaa67;
    border-radius: 55px;
}
table{
    overflow-x:auto;
    margin: auto;
    background-color: #80a4ed;
}
#lekerdtablazat{
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 50%;
}
#lekerdtablazat tr:hover {
    background-color: #ddd;
}
#lekerdtablazat th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
#lekerdkepek{
    width: 230px;
    height: auto;
}
#beviteliresz{
    font-size: 25px;
    padding: 20px;
    margin: 0;
    float: left;
    text-align: center;
}
#beviteliresz input{
    width: 150px;
}

