@media (min-width: 1px) and (max-width:1200px) {
  * {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
  }
  .img-area {
    background-image: url(bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    filter: blur(5px);
  }

  h1 {
    text-align: center;
    width: 100%;
    font-size: medium;
    color: red;
    font-variant: small-caps;
    background-color: cyan;
  }

  nav {
    background-color: burlywood;
  }
  nav ul li {
    display: flex;
    justify-content: end;

  }
  nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 10px;   
    padding: 3px 30px;

    
  }

  nav ul li :hover {
    background-color: rgb(133, 100, 163);
  }

  /* #li1 {
    color: blue;
    font-size: medium;
    
  } */
ul
{
  list-style-type: none;
}
  div.rightdetails {
    font-size: small;
  }

  div.name,
  .vname,
  .vnum,
  .entrydate,
  .exitdate {
    display: flex;
    justify-content: space-between;
    color: black;
    font-weight: bold;
    margin: 3px;
    padding: 3px;
  }

  .rightdetails input {
    /* border-radius: 10px; */
    border: 1px solid black;
    padding: 2px;
  }

  div.btndiv {
    text-align: center;
    padding: 10px;
  }

  .btnsubmit {
    padding: 3px;
    font-size: small;
    font-weight: bold;
    width: 90%;
  }

  .btnsubmit:hover {
    background-color: black;
    color: white;
  }

  .leftdetails {
    text-align: center;
    width: 100%;
    float: left;
    text-align: center;
    font-variant: small-caps;
    font-size: 30px;
  }

  div.leftdetails h4 {
    color: red;
    font-weight: bolder;
    background-color: antiquewhite;
    margin: 1% 0%;
    border-radius: 25px;
  }
  input {
    text-align: center;
  }

  table {
    border: 3px solid red;
    font-size: 10px;
    width: 100%;
  }

  th, td {
    font-size: 15px;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
  }

  #unpark {
    padding: 6px;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 10%;
    width: 40%;
    border-radius: 20px;
  }

  #unpark:hover {
    background-color: black;
    color: white;
  }
  
  .parentcontent
{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content
{
  width: 70%;
}

}
