html body{
  background: url("https://png.pngtree.com/thumb_back/fw800/back_pic/00/06/36/6856299993ea2f8.jpg") no-repeat center fixed;
-webkit-background-size: cover;
background: cover;
}
h1{
  text-align:right;
  font-family: sans-serif;
  font-style: normal;
  font-size: 20px;
}
.topnav {
    background-color: #a3c2c2;
    overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    color: #f2f2f2;
    display:block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.content{
  padding: 16px;
}
.sticky{
  position: fixed;
  top: 0;
  width: 100%;
}
/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: purple;
}
/* Add a color to the active/current link */
.topnav a.active {
    background-color: black;
    color: white;
}
.main{
  margin-top: 30px;
}
h2{
  text-align: center;
  font-size: 30px;
  font-family:sans-serif;
  color: black;
}
#Info{
  text-align: center;
  width: 95%;
  margin:auto;
  margin-bottom: 50px;
}
li{
  text-align: left;
  font-size: 23px;
  color:black;
  font-family: serif;
}
ul{
  text-align:center;
  font-size: 28px;
  color:#779ecb;
}
b{
  font-size: 30px;
  color: black;
}
p{
  font-size: 20px;
  color:#f8f8ff;
}
a{
  text-align: center;
  font-size: 30px;
  text-decoration-color: white;
}
.carousel .item {
  height: 550px;
  color: purple;
}
#myCarousel{
  border: 7px solid #a3c2c2;
  margin: auto;
  margin-bottom: 50px;
  width: 80%;
  position: center;
}
span{
  color:blue;
}
#carousel-indicators{
  color:blue;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 50%;
    background-color: white;
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-left: 25% ;
    font-family:sans-serif;
}
.container{
  position: relative;
  width: 80%
}
.container video{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.center {
  display: block;
  margin-left:auto;
  margin-right:auto;
  width:15%
}
img{
  width: 250px;
  height: 200px;
}
embed{
  border: 5px solid #a3c2c2;
}
#credits{
  text-align: left;
  color: blue;
  font-size: 1px;
  font-style: normal;
}
h3{
  font-family: sans-serif;
  font-style: normal;
  font-size: 30px;
}
