
img {
    border-radius: 30px;
    filter: drop-shadow(5px 10px 4px #96d4d4);
}
header{
	
	filter: drop-shadow(10px 10px 4px #7DFDFE);
	
}
h1{
    position: fixed;
    display: fixed;
    width: 100%; 
    height:100%;
    top: 100px;
    margin-right: auto;
    font-family: Verdana;
    text-shadow: 2px 2px 5px #7DFDFE;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #7DFDFE;
    color: transparent;  
    text-align: center;
    
	filter: drop-shadow(5px 10px 4px #7DFDFE);
	
}
h1 img{

overflow: hidden;
z-index:  -2;
height:100%;
}


h2{
    display: fixed;
    position:fixed;
    top: 240px;
    width: 100%;
    height:3%;
    font-family: Verdana;
    text-align: center;
    text-shadow: 2px 2px 5px #7DFDFE;
	-webkit-text-stroke-width: .5px ;
	-webkit-text-stroke-color: #7DFDFE;
	color: transparent;
    background-color: black;
	filter: drop-shadow(5px 10px 4px #7DFDFE);       
}
h3{
    width: 100%;
    height: 100%;
}
h3 img{
display: fixed;
right: 0;
bottom: -10px;
width:100%;
height: 125%;
position: fixed;
z-index: -1;
}

  body{
width: 100%;
height: 100%;
}

.vertical-menu{
    position: fixed;
    display: relative;
    width: 100%;
    height: cover;
    top: 300px;
}
.vertical-menu a{
    position: relative;
    font-family:fantasy;
    font-size: 40px;
    display: flex;
    flex-direction: column;
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px 3px #66fbfb;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000000;
    background-color: black;
    border-radius: 10px;
    border: 3px solid#00bcd4;
    filter: drop-shadow(5px 5px 4px #96d4d4);
    padding: 1px;
    transition:all 0.5s linear;
    z-index: 1;
}
.vertical-menu p{
    position: relative;
    text-align:center;
    font-size: 20px;
    text-shadow: 2px 2px 3px #022020;
    background-color: #062474;
}
#AppI{
    position: relative;
    margin-left: 40%;
    background-image: url('./SayIt4me.png');
    background-size: 100px;
    background-repeat: no-repeat;
    height:200px;
    width:100%;  
  }
#say{
   
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
   
    text-align: center;
}
#down{
    font-size: 20px;
    background-color: rgb(255, 115, 8);
}
.vertical-menu button{
    width: 100%;
}
a:hover{
    background-color: #7dfdfe;
    color: #072d91;
    transform: scale(1.05);
    
}
footer{
    position:fixed;
    width: 100%;
    color: navy;
    text-align: center;
    background-color: gray;
    padding: 10px;
    margin-top: 30px;
    bottom: 0;

    font-family: Verdana;
    text-align: center;
    text-shadow: 2px 2px 5px #7DFDFE;
	-webkit-text-stroke-width: .5px ;
	-webkit-text-stroke-color: #7DFDFE;
	color: transparent;
	
    background-color: black;
	filter: drop-shadow(5px 10px 4px #7DFDFE);
}
audio{
  
    color: black;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid#0ef8f8;
    border-radius: 50px;
    background-color: aqua;
    filter: drop-shadow(10px 10px 4px #7DFDFE);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: .5px ;
    -webkit-text-stroke-color:rgb(0, 0, 0);
    -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear;
}
audio:hover, audio:focus, audio:active{
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
transform: scale(1.5);
}

audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-play-button{
  background-color: #0ef8f8;
  border: 2px #96d4d4;
  border-radius: 10px;
}
audio::-webkit-media-controls-panel {
  background-color:#062474;
  color: #ee1313;
}

  Video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:  -3;
  }


