/*<iframe width="560" height="315" src="https://www.youtube.com/embed/r_3_8xaDoSw?si=MHSAzRtRyURd1KlK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>*/


*{
    margin: 0;
    padding: 0;
}

body{
    background-color: #0081c1;
    text-align: center;
}


.nav{
    text-decoration: none;
    color: #31DF9C;
    font-size: 25px;
    font-family: "Calistoga", system-ui;
}

.nav:hover{
    color: #ecd524;
    letter-spacing: 5px;
}



.container{
    display: flex;
    flex-direction: column;
}

.container h1{
    color: #f9f871;
    font-size: 50px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 15px;
}

.container .video{
    margin-top: 50px;
}

.container h2{
    padding: 15px;
    color: #f9f871;
    font-size: 35px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container p{
    color: #000;
    font-size: 20px;
    padding: 15px 15px;
    text-align: center;
}

footer{
    background-color: #253342;
    padding: 25px 5px;
    text-align: center;
    color: aliceblue;
    font-size: 20px;
  }
  
  html{
    scroll-behavior: smooth;
  }
  