

body {
    font-family: sans-serif;
    margin: 0;
    background: #000000;
    
  
}

h1 {
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: inherit;
}

h2 {
    font-weight: 400;
    font-size: 14px;
    
    color: #f900c4;
    margin: 0;
    
}

h4 {
    font-weight: 200;
    font-size: 12px;
    color: #f900c4;
    margin: 0;
}

h5 {
    font-weight: 200;
    font-size: 20px;
    color: #f900c4;
    margin: 0;
}

h6 {
    font-weight: 100;
    font-size: 10px;
    color: #f900c4;
    margin: 0;
}

.center-image {
    display: block;
    width: 100%;
    margin: auto;
}

.icons {
    margin-top: 5px;
    margin-bottom: auto;
    margin-left: 5px;
    margin-right: 5px;
    width: 40px;
}

#menubar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 15%;
    width: 100%;
    margin: 0;
    background-color: #000000;
    text-align: center;
}

#mainarea {
    margin: auto;
    margin-top: 50px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    text-align: center;
}


#playpausebtn {
    display: cover;
    margin: auto;
    text-align: center;
    background:url("/css/pyramingo_circle.png");
    background-size: 600px;
    width: 600px;
    height: 600px;
    border: none;
    cursor: pointer;
    outline: none;

    
}


