* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    }

    body {
        background-color: #0bbcc7;
    }

    #main {
        background-color: #14163f;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
        min-height: 100vh;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    #header {
        max-width: 100%;
        position: sticky;
        top: 0;
        background-color: #14163f;
        margin-bottom: 50px;
    }

    #logo{
        background-color: #14163f;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    #logo-img {
        width: 100%;
    }

    a {
        text-decoration: none;
        font-size: 20px;
    }

    a:hover {
        opacity: 0.8;
    }

    #links{
        list-style-type: none;
    }

    #line1 {
        width: 100%;
    }

    li{
        display: inline-block;
    }

    .social-media{
        max-width: 300px;
        margin-bottom: 20px;

        display: inline-block;
        height: 50px;
        background-color: #6D2369;
        border-radius: 5px;
        line-height: 100px;
        color: white;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    }

    #instagram {
        background-color: #dd2a7b;
        display: inline-block;
        width: 100px;
        height: 100px;
    }

    #spotify {
        
        background-color: #1DB954;
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    #youtube-music {
        display: inline-block;
        width: 100px;
        height: 100px;
        background-color: #FF0000;
    }

    #apple-music {
        background-color: #555555;
        display: inline-block;
        width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    #bhotlu{
        color: white;
        width: 220px;
        max-width: 220px;
        margin: 0 auto;
        background-color: #0bbcc7;
        border-radius: 5px;
        height: 50px;
        line-height: 50px;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    }

    
