* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html , body {
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: Lato sans-serif;
    font-weight: 400;
    line-height: 1.8em;
}
.pbg1 {
    background-image: url(css/image/pen.jpg);
    min-height: 200px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.ptext {
    position: absolute;
    top: 20%;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 30px;
    font-weight: bold;
    padding: 20px;
}
.textbg {
    margin-right: 600px;
}
.bl {
    margin-left: 550px;
    font-size: 18px;
    color: darkblue;
    
}
.pbg2 {
    background-color: whitesmoke;
    min-height: 100%;
}
.apply-box {
    max-width: 950px;
    padding: 20px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid black;
   /*box-shadow: 3px 5px 5px rgba(1,1,1,0.2)*/
   
}
.pbg2 {
    margin-top: -78px;
}
input {
    font-size: 20px;
    border: 1px solid black;
    width: 100%;
}
button {
    font-size: 20px;
    margin-top: 20px;
    background-color: darkgoldenrod;
}
.apply-box h1 {
    color: darkgoldenrod;
}
/*.apply-box:hover,.apply-box2:hover {*/
/*    transform: scale(1.04);*/
/*    box-shadow: 3px 5px 5px rgba(1,1,1,0.2);*/
/*    transition: 0.2s ease-in-out;*/
    
/*}*/
.apply-box2 {
    max-width: 950px;
    padding: 20px;
    background-color: white;
    margin: 0 auto;
    margin-top: 50px;
   border: 1px solid black;
   /*box-shadow: 3px 5px 5px rgba(1,1,1,0.2)*/
   
   
}
.top {
    background-color: blue;
    text-align: center;
    color: white;
    width: 100%;
}
.column {
    float: left;
    width: 25%;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
.color {
    color: blueviolet;
    font-weight: bold;
}
.image, img {
      width: 70%;
      height: 70%;
}
thead {background-color: blue;
         color: white;}
.bg-color  {
    background-color: blue;
    color: white;
}
table, th, td {
  border: 1px solid black;
}
table {
   width: 100%;
}