.centercontent{
    position:absolute;
    background-color: rgba(255, 253, 253, 1); 
    padding: 5px;
    border: 15px solid aliceblue;
    border-radius: 0;
    text-align:center;  
    top: 15%;
    left:23.45vw;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

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

h1{
    color: #4b5320;
    text-align: center;
    font-family: sans-serif;
}

#title{
    font-size: 290%;
}

html{
    overflow:hidden;
}

.background{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
    position: fixed;
    z-index: -1;
    background-image: url('../Media/Images/Misc/Bkg.jpg');
    filter: blur(3px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner{
    display:flex;
    text-align:center;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    position: fixed;
    border: 4px solid aliceblue;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 15%;
    z-index:999;
}

::selection{
    background-color: #4b5320;
    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;
}

body{
  font-family: sans-serif;
}
