@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Edu+QLD+Beginner:wght@400..700&family=Rosarivo:ital@0;1&display=swap');

header{
    /* 78, 25, 25 */
    background-color: rgb(61, 28, 28);
    color: rgb(241, 201, 148);
    text-align: center;
   padding: 25px;
    margin: 0px;
    
    }
    /* MEOWWWW */
    h1{
        font-family: "Great Vibes", cursive;
        font-size: 50pt;
    }
    /* MEEOOWWWWW */
    img{
        margin-top: 30px;
    margin-bottom: 30px;
    }
    /* MEEEEOOOWOWWWWWW */

    nav ul{
        padding:20px;
        display: block;
        list-style-type: none;
        background-color: rgb(59, 17, 17);
        width: 100%;
        overflow: hidden;
        top: 0;
        margin: 0;
    }

    nav li{
        float: left;
    }

    nav a{
        text-decoration: none;
        color: rgb(255, 217, 148);
        display: block;
        padding: 10px;

    }

   
    /* MEOWWWW */
    section{
        width: 70vw;
        margin: auto;
        background-color:rgb(129, 46, 46);
        text-align: left;
        color: rgb(248, 224, 178);
        margin-top: -20px;
        padding-bottom: 20px;

    
        
    }

    

    #associates img{
        margin-right: 130px;
        float:right;
       
        
        
        
        
    }

    #playlist{
        text-align: center;
    }

   
    
    footer{
        background-color:rgb(59, 17, 17);
        padding: 25px;
        color:rgb(255, 217, 148);
        text-align:center;
        
    }
    p{
      margin-left:60px;
        margin-right:60px;
        font-family: "Rosarivo", cursive;
       
    }

    ul{
        Margin-left:70px;
    }

    h4{
        margin-left:50px;
        color:rgb(255, 217, 148);
    }

    /* ERM... Link colours */
    a:link {
        color: rgb(248, 224, 178);
    }

    a:visited {
    color: rgb(248, 224, 178);
}

    a:hover{
        color: rgb(248, 224, 178);
    }

    h2{
        
        background-color: rgb(100, 36, 36);
        color:rgb(255, 217, 148);
        padding: 15px;
        text-align: left;
        text-indent: 75px;
        
    }
        

    body{
        background-color:rgb(78, 25, 25);
        margin: 0px;
    }
    /* 78, 25, 25 */