body{
    background-color: rgb(233, 229, 229);
}
#input_box{
    background-color: white;
    width: 404px;
    padding: 20px;
}
.button{
    width: 100%;
    height: 35px;
    background-color: blue;
    color: white;
    margin: 10px 0;
    text-align: center;
    line-height: 35px;
}
#nevjegykartya{
    width: 400px;
    height: 170px;
    border: 2px solid blue;
    padding: 20px;
    margin-top: 50px;
    background-color: white;
}
#megjelenit_nev{
    margin: 0;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
}
#megjelenit_foglalkozas{
    margin-top: 2px;
    margin-bottom: 25px;
    color: rgb(223, 136, 23);
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid rgb(170, 173, 187);
    padding-bottom: 3px;
    
}

p{
    margin: 2px 0;
    font-size: 16px;
    
}