html {
  min-width: 490px;
  height: 100%;
  overflow-x: hidden;
}

body{
  height: 100%;
  overflow-x:inherit; 
  background-color: rgba(229, 237, 21, 0.881);
}

.navbar{
  position:sticky;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center,rgba(255, 200, 0, 0.307),rgba(0, 0, 255, 0.465),rgba(128, 0, 75, 0.501));
  padding: 10px;
  margin: 0;
}
.menu{
  padding: 6px;
}
#menu{
  display: flex;
  margin: 0 0 0 auto;
  padding: 2px;
  color: #f6cd0459;
  font-size: 18px;
  
}
#header-logo{
  color: gold;
  font-size: 40px;
 
}
quote{
  padding: 20px;
  font-size: 34px;
  font-style: italic;
  font-weight: lighter;
  color: rgb(17, 69, 114);
}
.author{
  font-size: 25px;
  float: right;
  padding-bottom: 30px;
}
legend{
  font-family: 'Courier New', Courier, monospace;
  color: rebeccapurple;
  font-size: 20px;
}
label{
  color: rebeccapurple;
  font-family:'Times New Roman', Times, serif;
}
video .background {
  object-fit: cover;
  width: 100%;
  min-height:1200px;
  min-width: 500px;
  max-height: 660px;
  position:absolute;
  top: 0;
  left: 0;
}
#container3{
  width: 100%;
  height: 100%;
}
#background {
  position: fixed;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(1.2);
  z-index: -2;
}


a:link {
  color: #f9faf8;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: rgb(219, 211, 233);
  background-color: transparent;
  text-decoration: underline;
}

#para-container{
  flex-wrap: wrap;
  padding: 25px;
  width: 75%;
  min-height: 50em;
  background: rgba(179, 17, 17, 0.336);
  margin: auto;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: larger;
  height:auto;
  text-align:justify;
 
}
h2{
  color: rgba(72, 62, 181, 0.636);
  text-align: center;
  height: 5rem;
}
#greeting{
 margin: 5px;
 padding: 15px;
 
 
 min-height: 18rem;
 line-height: 1.6;
}


h2 {
  padding-bottom: 20px;
}

p{
color: rgb(80, 80, 132);
}
section img{
  width: 10em;
  margin-left: 42%;
  margin-right: 50%;
  position: relative;
  animation-name: motion;
  animation-duration: 500ms;
  animation-iteration-count: 1;
  animation-direction: alternate-reverse; 
  border-radius: 10%;
}

@keyframes motion {
  0%   {background-color:rgba(255, 0, 0, 0.176); left:0px; top:0px;}
  25%  {background-color:rgba(255, 255, 0, 0.133); left:200px; top:0px;}
  50%  {background-color:rgba(0, 0, 255, 0.187); left:200px; top:200px;}
  75%  {background-color:rgba(0, 128, 0, 0.132); left:0px; top:200px;}
  100% {background-color:rgba(255, 0, 0, 0.121); left:0px; top:0px;}
}

.team{
  border: 3px solid seashell;
  margin: 5px;
  padding: 5px;
  font-family: 'Courier New', Courier, monospace;
  font-size: x-large;
  padding: 20px;
}
#img-wrap{
  display: block;
  overflow: hidden;
  position: relative;
  height:20em;
}
.tagline{
  color: black;
  text-align: center;
}
#about-pic {
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.content{
  position: relative;
}
h3{
  color: rgba(226, 211, 48, 0.871);
  text-align: center;
  font-size: 40px;
}
#form-container{
 border: 3px solid rgba(128, 128, 128, 0.145);
 border-radius: 5%;
 padding: 10px;
 width: 50%;
 margin: auto;
 height: auto;
}
#userName-container{
  margin-top: 20px;
  text-align: center;
  width:50%;
  display:flexbox;
  align-self: center;
  margin: auto;
}
#output-container{
  display: flex;
  flex-direction: row;
  width: 50%;
  margin: auto;
  padding: 10px;
}
#output-container div{
  padding: 10px;
  margin: 10px;
}
footer{
  display: flex;
  justify-content: center;
  background: rgba(50, 50, 93, 0.191);
  color: #2e1d6d;
  position: absolute; 
  bottom: 0; 
  left: 0; 
  right: 0;
}