legend{
    font-size: 15px;
    color: white;
    font-weight: bold;
}

.name-legend{
    font-size: 30px;
    color: #323e51;
}

body{
    background-color:#b3c2f2;
    font-family: 'Nunito';
}

section{
    align-items: center;
    text-align: right;
}


.dropbtn {
    background-color: #323e51;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
  
/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #544BF5;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
  
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
  
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

a{
    color:#323e51;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    /* color: purple; */
    /* border: 5px solid white; */
    /* background-color: white; */
}

header{
    display: inline !important;
}

h1{
    /* border: 5px ridge #1A88D0; */
    color:#323e51;
    font-size: 45px;
    text-align: center;
}
h2{
    color:black;
    font-size: 30px;
    text-align: center;
}
h3{
    text-align: left;
}

#h1-title{
    color: white;
    font-size: 75px;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

#p20{
    font-size: 20px;
    text-align: center;
}


#p15{
    font-size: 15px;
    text-align: left;
}


#b17{
    font-size: 17px;
    color:black;
}


#hrd{
    border: 5px solid white;
    margin-left: -3px;
    margin-right: -3px;
}

#p-left-align{
    /* For About the Creators only "CityUndercover" */
    text-align: left;
    font-weight: bold;
    font-size: 27px;
    color: #1A88D0;
}


/*For About the Creators page*/
#People-Discription{
    font-size: 15px;
    text-align: left;
}