body{
    margin: 0;
    padding: 0;
    font-family: "Oswald", sans-serif;
    background: #01021e;
    color: white;
}

.header{
    /* background-image: url(./assets/lion.jpg); */
    text-align: center;
    color: white;
    display: flex;
    flex-direction: column;
    text-shadow: 3px 3px 0 black;
    background-repeat: no-repeat;
    background-size: cover;
    height: max-content;
    width: 100%;
    background-position: center;
}

.title {
    font-size: 25px;
    color: white;
    text-decoration: none;
    z-index: 1;
    text-align: center;
}

.edit{
    font-size: 20px;
    background: black;
    padding: 13px;
    border-radius: 10px;
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 10px;
}

.pp-parent{
   margin: 0 auto;
   width: 217px;
   height: 217px;
   text-align: center;
   border-radius: 100%;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   -ms-border-radius: 100%;
   -o-border-radius: 100%;
   border: 5px solid rgb(255, 255, 255);
   background-size: cover;
   z-index: 1;
}

#contents {
    background: #180d26;
    padding: 5px 15px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 10px auto;
    z-index: 2;
    max-width: 600px;
}



.link{
    background: #000000;
    padding: 20px;
    color: white;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    margin: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    text-decoration: none;

}

.band-list{
    background: #000000;
    padding: 5px;
    color: white;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
    margin: 10px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: rgb(255, 255, 255);
}


.list{
    text-align: left;
    font-size: 20px;
}

.regional{
    margin-top: 0;
    font-size: 20px;
}


.center{
    text-align: center;
}

.mt-3{
    margin-top: 30px;
}

.mb-3{
    margin-bottom: 30px;
}

.input{
    padding: 20px;
    width: 80%;
    margin: 0 0 10px 0;
    border-radius: 10px;
}

.form-edit{
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.label {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: justify;
    margin-left: 20px;
}

.hide{
    display: none;
}

.change-pict {
    padding: 10px;
    margin: 15px;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 600;
    background: #0003be;
    border-color: unset;
    border: unset;
    border-radius: 10px;
    color: white;
}

.list-edit{
    width: 65%;
    padding: 20px;
}

.delete-button{
    padding: 20px;
    background: red;
    color: white;
}

.save{
    width: 80%;
}

.black{
    color: black !important;
}

.header-logo{
    padding: 15px;
    background: black;
}