body{
    background-color: black;
    font-family: "Montserrat", sans-serif;
    text-align: center;

}    
h1{
    color: white;
    
    font-family: "Montserrat", sans-serif;
    /*font-weight: lighter;*/
    font-size: 70px;
    
    text-align: center;

    margin-top: 150px;

}
p{
    color: white;
    
    font-family: "Montserrat", sans-serif;
    /*font-weight: lighter;*/
    font-size: 22px;
   }
a{
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    font-size: 25px;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
a:link{
    color: white;
    font-weight: bold;
}
a:hover{
    color: grey;
}
#mail{
    font-size: 18px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
#info{
    font-size: 18px;
    font-weight: lighter;
}
img{
   
}
.songtitle{
    
}