    body {
        background-color:lightgray;
        width: 100%;
        height: 100%;
        margin: 0 0 0 0;
        font-family: Tahoma, Verdana, Arial, sans-serif;
    }
    .img {
        margin-left:30px;
        display:block;
        justify-content: center;
        align-items: center;
        width:200px;
        height:60px;
    }
    .navbar
    {
        position:fixed;
        background-color:black;
        margin:0 0 0 0;
        width:100%;
        height:100px;
        border-bottom:3px solid red;
        z-index:1000;
    }
    .nav-link:hover {
        color:red;
    }
    .nav-link.dropdown-toggle:focus {
      border:0px solid red !important;
    }
    .container-fluid {
        margin:0 0 0 0;
        width:100vw;
        height:100vh;
        z-index:1;
    }
   .iframe {
       overflow:hidden;
       width:350px;
       height:50px;
       background-color:white;
       border:0;
    }
    .col-md-12 {
    background-color:black;
    width:100%;
    height:100px;
    }
    .col-xl-12 {
    background-color:transparent;
    width:100%;
    padding-bottom:30px;
    height:auto;
    }
    @media (max-width: 600px) {
     .image {
     display:block;
     margin-top:5%;
     margin-left:2%;
    width:114px;
    height:28px;
      }
    }
    @media (min-width: 601px) {
     .image {
     display:block;
     margin-top:2%;
     margin-left:2%;
    width:114px;
    height:28px;
      }
    }
   .box {
      margin:auto;
      width:100%;
      padding-bottom: 10px;
      text-align:center;
      line-height:28px;
      vertical-align:middle;

    }
   .box1 {
      background-color:black;
      margin-left:0;
      width:100%;
      height:75px;
      padding-bottom: 10px;
      text-align:center;
      text-shadow:2px 2px black;
      box-shadow:0 0 black;
      line-height:75px;
      font-size:30px;
      font-weight:bold;
      color:white;
      border-bottom:2px solid red;
    }

  #box1 {
      background-color:black;
      margin-left:0;
      width:100%;
      height:75px;
      padding-bottom: 10px;
      text-align:center;
      text-shadow:2px 2px black;
      box-shadow:2px 2px black;
      line-height:75px;
      font-size:30px;
      font-weight:bold;
      color:white;
      border-bottom:2px solid red;
    }
       .box2 {
      background-color:white;
      margin-left:0;
      width:100%;
      height:600px;
      padding-bottom: 10px;
      text-align:center;
      text-shadow:0px 0px black;
      box-shadow:0px 0px black;
      line-height:20px;
      font-size:15px;
      font-weight:bold;
      color:white;
      border-bottom:0px solid black;
    }
    .id {
      margin:auto;
      color:blue;
      font-size:28px;
      font-weight:bolder;
    }
    .form {
      text-align:center; 
      background-color:red;
      width:100px;
      color:white;
      border:0px;
      border-radius:5px;
    }
    .form:hover {
      text-align:center;
      background-color:black;
      width:100px;
      border:0px;
      border-radius:5px;
    }
    .form1 {
        margin-left:12%;
        text-align:center;
        background-color:red;
        width:75%;
        border:0px;
        border-radius:5px;
    }
   .accordion {
  background-color: white;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: black;
  color: yellow;
}

.accordion:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  color: black; 
  font-size: 18px;
  text-align: center;
  max-height: 0;
  overflow:hidden;
  transition: max-height 0.2s ease-out;
}
.screens {
  padding: 0 10px;
  background-color: white;
  color: black; 
  font-size: 18px;
  text-align: center;
}
@media (max-width: 600px) {
 .shot {
margin-left:auto;
margin-right:auto;
background-color:red;
width:300px;
height:auto;
border:5px solid black;
  }
}
@media (min-width: 601px) {
 .shot {
margin-left:auto;
margin-right:auto;
background-color:red;
width:400px;
height:auto;
border:5px solid black;
  }
}
.nav-link {
font-weight:bold;
color:white;
}
.change{
    overflow:hidden;
    width:800px;
    height:800px;
    border:none;
}
.nav-item.dropdown > .nav-link:focus {
    outline-color: red;
  }




