.jog
{
    height: auto;
    width: 95%;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid;
    border-radius: 20px;
}
.hert
{
    height: auto;
    width: 100%;
    background-color: #c6b069;
    border-radius: 20px 20px 0 0 ;
    padding: 20px;
}
.hert h1 
{
    font-size: 40px;
    text-align: center;
    color: white;
}
.jog input
{
    height: 50px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid #c6b069;
    outline: none;
    text-align: left;
    font-size: 25px;
}
.jog button
{
    height: 50px;
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color:  #c6b069;
    border: none;
    outline: none;
    text-align: center;
    font-size: 30px;
    color: white;
    border-radius: 15px;
}
