h2 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #00539c;

}

.title {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #00539c; 
}

.venup {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #00539c; 
}

.addprocess {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #00539c; 
}

.updprocess {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #00539c; 
}

.logged {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #00539c;   
}

input {
    display:flex;
    justify-content: center;
    padding: 12px 20px;
    margin: 8px 0;
    width: 80%;
  
}

.submit {
    text-align: center;
}

.topnav{
    background-color: #00539c;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.topnav a{
    float: right;

}


.login {
    align-items: center;
}

.box1 {
    background-color: #e0f7fa;
    padding: 50px;
    margin: 40px;
    
}

.box2 {
    background-color: #e0f7fa;
    padding: 50px;
    margin: 40px;
    
}

.box3 {
    background-color: #e0f7fa;
    padding: 50px;
    margin: 40px;
    
}

.box4 {
    background-color: #e0f7fa;
    padding: 50px;
    margin: 40px;
}

.box5 {
    background-color: #e0f7fa;
    padding: 50px;
    margin: 40px;
}


table, th, td {

    border: 1px solid;

}

table {

    width: 100%;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

body {
    background-image: url('../images/glasser.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.button1 {
    background-color: #39aa04;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
   
  }

  .button {
    background-color: #39aa04;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
   
  }

  .login {
    background-color: #39aa04;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
   
  }
  
  .logout {
    background-color: #eb3535;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
   
  }

  table {
    border-collapse: collapse;
    border: none;
    background-color: #ffffff;
  }

  th, td {
    border-bottom: 1px solid #000000;
  }


  tr:nth-child(even) {
    background-color: #e0f7fa;
  }