@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.header {
    text-align: center;
    padding: 10rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.aboutus {
    background: #191919;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 150px;
}

.player {
    width: 80%;
    margin: 0 auto;
    color: white;
    margin-top: 100px;
}

.footer {
    bottom: 0;
    text-align: center;
    background: #191920;
    color: white;
}

body::-webkit-scrollbar {
    width: 0rem;
}