@font-face {
font-family: 'Myfonts','FontAwesome';
src: url('../fonts/Verdana.ttf');
  font-weight: normal;
  font-style: normal;
}

  footer {
      background-color: #FF0040;
      padding: 10px;
    }

    .carousel-inner img {
      width: 30%; /* Set width to 100% */
      min-height: 100px;
    }

    /* Hide the carousel text when the screen is less than 600 pixels wide */
    @media (max-width: 600px) {
      .carousel-caption {
        display: none; 
      }
.page {
position:absolute!important;
background: white!important;
margin: 20px!important;
padding: 5px!important;
z-index: 0!important;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}