﻿body {
    background-color:#0094ff;
}
#kocsi
{
    display:none;
}
#buszvonat
{
display:none;
}
h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 32px;
    letter-spacing: -2.8px;
    word-spacing: 1.4px;
    color: #5E11CE;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
label {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20px;
    letter-spacing: -2.8px;
    word-spacing: 1.4px;
    color: #2c0762;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
input[type=number] {
    border: 5px groove #238ACD;
    border-radius: 20px;
    width:150px;
    height:30px;
    background-color:antiquewhite;
    color:darkblue;
    font-family:Arial;
    font-size:20px;
    margin:10px;
}
input[type=text] {
    border: 5px groove #238ACD;
    border-radius: 20px;
    width: 300px;
    height: 40px;
    background-color: antiquewhite;
    color: darkblue;
    font-family: Arial;
    font-size: 30px;
    margin: 10px;
    padding:5px;
}
select
{
    width: 150px;
    height: 60px;
    background-color: antiquewhite;
    color: darkblue;
    font-family: Arial;
    font-size: 30px;
    margin: 10px;
    border: 5px groove #238ACD;
    border-radius: 20px;
    padding:5px;
    cursor:pointer;
}
input[type=button] 
   

{
    color: rgb(105, 255, 229);
    font-size: 20px;
    line-height: 17px;
    padding: 9px;
    border-radius: 16px;
    font-family: Georgia, serif;
    font-weight: normal;
   
    background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%);
    box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px;
    border: 2px solid rgb(28, 110, 164);
   
    margin:10px;
}

    input[type=button]:hover
    {
        background: #1C6EA4;
    }

    input[type=button]:active
    {
        background: #144E75;
    }

