*{
    margin: 40px;
    font-size: 20px;
}

/* Navigation bar */

nav{
    background-color: aqua;
    
}

.nav-title{
    float: left;
}

.nav-items li{
    display: inline;
    float: right;
}

.nav-items{
    justify-content: flex-end;
}


.band-name{
    font-size: 80px;
    text-align: center;
}

.band-info{
    background-color: antiquewhite;
    padding: 30px;
    border-radius: 10px;
}

.about-members{
    background-color: rgb(238, 220, 196);
    padding: 10px;
    margin: 20px;
}

p, h1, h2{
    text-align: center;
    clear: both;
}

h1{
    font-size: 40px;
}

div{
    align-items: center;
}

.biography{
    float: right;
    padding-right: 100px;
    padding-top: 60px;
}

.banner-pic{
    padding-left: 0;
    text-align: center;
    height: 100%;
    width: 93%
}

.top-banner{
    display: block;
    text-align: center;
}

img{
    background-color: rgb(238, 208, 186);
    padding-left: 100px;
    border: 10px solid rgb(255, 255, 255);
}

.round-radius-bottom{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.round-radius-top{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.album-photo{
    float: right;
}

li{
    text-decoration: none;
}

a{
    text-decoration: none;
    color: #000000;
    padding: 0;
}

a:hover{
    color: coral;
    font-size: 25px;
}

.more-album{
    text-align: left;
}



