html{
    font-size:100%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 0%;
    padding-right: 0%;
    font-family: Segoe UI;
    text-align: center;
    background-color:  #ffffff;
    color: #000000;
}
footer{
    background-color: #ffffff;
    color: #000000;
    left: 0;
    width: 100%;
    bottom: 0;
    position: fixed;
    size-adjust: 100%;
    font-family: Segoe UI;
}
h1{
    font-size: 25px;
    padding-bottom: 10px;
    margin: 0%;
}

h2{
    font-size: 20px;
    padding-bottom: 10px;
    color: #2f3029;
    margin: 0%;
}

h3{
    font-size: 20px;
    padding-bottom: 5px;
    margin:0%;
    font-style: oblique;
}

h4{
    font-size: 15px;
    background-color: #ddaf49;
    color:#59511e;
    vertical-align: middle;
    border-radius: 10px 100px / 120px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    margin:2px;
    width:300px;
}

h6{
    padding-bottom: 10px;
    margin:2px;
}

ul{
    padding: 0px;
    margin:0px;
}

p{
    padding-bottom: 20px;
    margin:0%;
}

img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.titleImg{
    width: 125px;
    height: 125px;
    border-radius: 50%;
}

.circleImage{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#gips{
    width: 100px;
    height: 40px;
    border-radius: 0%;

}

button{
    color:orange;
    background-color: black;
    font-size: 20px;
    text-shadow: wheat;
}

input{
    border-style: solid;
    border-color: orange;
    border-width: 3px;
    font-size: 20px;
    padding-left: 2px;
}

label{
    border-style: solid;
    border-color: orange;
    border-width: 3px;
    width:100px;
    height: 100px;
    
}

audio{
    padding-top: 10px;
    width: 90%;
}

span{
     color: sienna;
}

.devotional{
    width: 100px;
    height: 100px;
    border-radius: 20%;
}

.lonely{
    width: 100px;
    height: 100px;
    border-radius: 5%;
}

.evergreen{
    font-size: 16px;
    background-color: #ddaf49;
     color:#59511e;
     padding: 5px;
     margin: 2px;
     border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    width: 300px;
}
.drama{
    font-size: 12px;
    background-color: #b18a74;
     color:#59511e;
     vertical-align: middle;
     padding: 5px;
     margin: 2px;
     border-radius: 10px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
}

.hitsongs{
    font-size: 12px;
    background-color: #966345;
     color:#eae6de;
     vertical-align: middle;
     padding: 10px;
     margin: 2px;
     border-radius: 25% 10%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
}