body {
    color: #737373; font-size: 10px; font-family: verdana;
}

textarea,select {
    background-color: #FDFBFB;
    border: 1px solid #BBBBBB;
    padding: 2px;
    margin: 1px;
    font-size: 14px;
    color: #808080;
}

a, a:link, a:visited, a:active {
    color: #AAAAAA; text-decoration: none; font-size: 10px;
}
a:hover {
    border-bottom: 1px dotted #c1c1c1; color: #AAAAAA;
}
img {
    border: none;
}
td {
    font-size: 14px; color: #7A7A7A;
}

#button{
    color:blue;
    padding:2px;
    background-color: #b2c9f5;
    width:130px;
    height:80px;
    border-style: ridge;
    border-radius: 5px;
    border-color: #093644;
    border-width: 1px;
    font-size:36px;
    text-align: center;
}

#button:active {
    border-color:blue;
    background-color: #a9a9b1;
}

.kozep{
        display: flex;
        justify-content: center;
    }

