h1{
    color:#337ab7;
    text-align: left;
    font-family: arial;
}
h2{
    color:#337ab7;
    text-align: left;
    font-family: arial;
}
h3{
    /*color: white;*/
    text-align: center;
    font-size: 110%;
    /*background-color: #337ab7;*/
    border-style: solid;
    border-color: #337ab7;
    border-width: thick;
    font-family: arial;
    background-color: #ffb300;
    color: #202b6f;
}
h4 {
    /*color: white;*/
    text-align: center;
    font-size: 110%;
    /*background-color: #337ab7;*/
    border-style: solid;
    border-color: #337ab7;
    border-width: thick;
    font-family: arial;
    background-color: #ffb300;
    color: #202b6f;
}
p {
    text-align: left;
    font-family: arial;
    font-size: 110%;
}
body {
    background-color:snow;
}
button{
    font-size: 120%;
    white-space: normal;
}
a{
    color:#337ab7;
    font-family:arial;
    white-space: normal;
}
legend{
    font-family:arial;
}
label{
    font-family:arial;
    font-size:90%;
}
li {
    text-align: left;
    font-family: arial;
    font-size: 110%;
}

#BackToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: darkgrey;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    opacity: 0.6;
}

#BackToTopBtn:hover {
    background-color: #555;
}