    @charser "UTF-8";
    
@import url('https://fonts.googleapis.com/css2?family=Mulish&family=Poppins&family=Roboto&display=swap');
body {
    padding: 0px;
    margin: 0px;
    background-image: linear-gradient(to right, black, black);
}

 header {
     padding: 20px;
 }
 header > nav{
     padding: 10px;
     background-color: red;
     text-align: center;
     
 }
 span {
     color: red;
 }
 .logo {
     font-family: 'Roboto', sans-serif;
     font-family: 'Mulish', sans-serif;
     font-family: 'Poppins', sans-serif;
     font-size: 3em;
     text-align: center;
     text-shadow: 0px;
 }
 header > nav > a {
     text-decoration: none;
     color: white;
     font-family: Monospace;
     font-size: 19;
     padding-right: 20px;
     text-align: center;
 }
 a:hover {
     font-size: 25px;
     background-color: violet;
 }
    main {
       background-color: black;
        border-radius: 10px;
        margin: 10px;
        padding: 30px;
        box-shadow: 1px 1px 1px rgb(69, 65, 65);
    }
    
    div.video {
        background-color: grey;
        margin: 0px -20px 30px -20px;
        padding: 20px;
        position: relative;
        padding-bottom: 59%;
        border-radius: 10px;
    }
    
    div.video > iframe {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        background-color: red;
        color: red;
    }

         ul,h3 {
            background-color: black;
            color: aliceblue;
            padding: 20px
            ;
        }
          h1, h2 {
        color: aliceblue;
        font-family: Monospace, Cochin, Georgia, Times, 'Times New Roman', serif;
        text-shadow: 1px 1px 1px;
        text-align: center;
        font-size: 30px;
    }
          button {
          
           border-radius: 10px;
           border-color: aliceblue;
           height: 50px;
           width: 100px;
           color: aliceblue;
           background-color: blue;
           font-family: monospace;
           font-size: 15px;
        }
        a {
            color: red;
        
        }
        
    