*{
    margin: 0;
    padding: 0;
}
body{
    overflow: hidden;
}
section{
    position: absolute;
    top : -100px;
    left: -100px;
    right: -100px;
    bottom: -100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}
songmanager,
.name-song{
    font-family: 'Courier New', monospace;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
}