@import url('https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap');

body{
    background-image: url("./music\ bgjpg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    font-family: 'Jost', sans-serif;
}

nav > img{
    width: 85px;
    border-radius: 100%;
    margin: 2% 10%;
}

main{
    margin: 5%;
    display: flex;
    justify-content: space-between;
    align-self: center;
}

main h1{
    font-size: 80px;
    color: azure;
}

main img{
    width: 100px;
}
button{
    background-color: transparent;
    border: none;
}
button:hover{
    width: 150px;
}