body {
    margin: 0;
    padding: 0;
    display:flex;
    font-family: sans-serif;
}

.content{
  background-color: rgba(255, 255, 255, 1); 
  text-align:center;
  justify-content: center;
  align-items: center;
  position:absolute;
  top:15%;
  left: 0%;
  width: 100%;
  height:fit-content;
  z-index: 0;
}

.banner{
    display:flex;
    text-align:center;
    background-color: rgba(255, 0, 0, 1);
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 15%;
    z-index:999;
}

.banner_bottom{
  display:flex;
  text-align:center;
  background-color: rgba(255, 0, 0, 1);
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 10%;
  z-index:999;
}

#title{
    font-size: 290%;
    color:white
}

p{
    color: black;
    display: inline;
    font-family: Helvetica;
    font-size: 17px;
}

.centrato{
    text-align: center;
}

h3{
    color: #4b5320;
}

a{
    color: blue;
}

a:hover{
    color:blueviolet;
}

h1{
    color: black;
    text-align: center;
}

h2{
  color:#4b5320;
}

img{
    max-width: 100%;
    Height:auto;
}

video {
    max-width: 100%;
    height: auto;
}

audio {
    max-width: 100%;
}

.banner table{
    width: 100%;
    height:100%;
}

::selection{
    background-color: rgba(255, 0, 0, 1);
    color: white;
}

.btn-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width:10.8%;
    height:fit-content;
    z-index: 1;
    border: 5px solid aliceblue;
  }
  
  .btn-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 7px;
  }
  
  .d-content:hover .btn-content {
    display: block;
  }
  
  .drop{
    background-color: transparent;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .drop:hover{
    background-color: black;
    transition: background-color 0.3s ease;
    color:white;
  }
  
  #btnenl:hover{
    transform: scale(1.3);
    transition: transform 0.2s ease;
  }
  
  .btn-content li:hover a{
    transition: color 0.3s ease;
    color:red;
    transform: scale(1.1);
    transition: transform 0.2s ease;
  }
  
  .btn-content li:hover{
    background-color: aliceblue;
    transition: background-color 0.3s ease;
  }

  #footer{
    position: fixed;
    left:36.5%;
    bottom:-51.5%;
    width:41.3%;
    height:60%;
    background-color: white;
    border:10px solid rgb(91, 119, 145);
    overflow: hidden;
    transition: bottom 0.2s;
    z-index:2;
    text-align: center;
    min-width: 41.3%;
  }
  
  #footer:hover {
    bottom:0;
  }

  .nodot{
    list-style-type: none;
  }
  
  li{
    margin: 0;
  }

  .table{
    border: 0px solid #7a7a7a;
    margin:0;
  }