@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600&display=swap');

body {
    background: url('hands_on_drums.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top fixed;
    color: white;
}

.content {
    text-shadow: 1px 2px 4px black;
}

.narrow {
    width: 80%;
    border-radius: 7px;
    opacity: .70;
    padding: 1rem;
    margin-bottom: 3px;
    transition: .5s;
}

.narrow:hover {
    opacity: .90;
}

.main {
    position: relative;
    margin-right: 0;
}
 
h3 {
    font-family: 'Dancing Script', cursive;
}