* {
  margin: 0;
  padding: 0;
}
html{
    scroll-behavior: smooth;
}
header nav ul{
    background-color: navy;
    width: 100%;
    padding: 10px 0px 10px 0px;
    font-weight: bolder;
    position: absolute;
    display: flex;
    list-style: none;
}
header nav ul li a{
    text-decoration: none;
    padding: 10px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: red;
    font-size: larger;
}
#logo{
    background-image: url("/icons/pexels-pixabay-414102.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position:fixed;
    width: 100%;
    z-index: -1;
}

.attribution p a {
    text-decoration: none;
 position: absolute;
 bottom: 20px;
 opacity: 90%;
 right: 0px;
    color: aquamarine;
}
.title{
    text-align: center;
    justify-content: center;
    font-size: 50px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.title img{
    margin-top: 250px;
    width: 200px;
    box-shadow: 5px 5px 13px rebeccapurple;
    border-radius: 101px;
}
.title h4{
    color:whitesmoke;
    padding: 0px 58px 0px 49px;
    font-size: 50px;
    text-shadow: 2px 2px 4px #000000;
}

#videos{
   position:absolute;
   top: 617px;
   color: white;
   align-items: center;
   justify-content: space-evenly;
   text-align: center;
}
#videos iframe{
   justify-content: center;
   margin: 10px;
   border-radius: 6px;
   border: 1px solid white;
}
#about{
    position: absolute;
    bottom: -800px;
    width: 100%;
    background-color: navy;
    color: white;
}
#about h3 a{
    color: red;
    text-decoration: none;
}

