/*
selector {
  property: value; 
  }
*/

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

h1, h2, p, a{
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
}

body{
    background-color: #595959;
    color: #E8E8E8;
    font-family:lexend;
}

.navbar ul li{
    display:inline-block;
    background-color: #E8E8E8;
    margin:10px;
    padding:5px;
    border:3px dashed #CF7280;
    list-style-type:none;
}

h1{
    color: #CF7280;
}
h2{
    color: #EEDE77;
}
.intro{
    color:#7BC2E0;
}
.micdrop{
    color:#3BB07D;
}

.jennifer img{
    width: 50%;
    display:block;
    margin:auto;
}
.jennifer p{
    text-align:center;
    color:#BDBDBD;
}
.capitol img{
    width: 70%;
    display:block;
    margin:auto;
}
.capitol p{
    text-align:center;
    color:#BDBDBD;
}
.protest img{
    width: 75%;
    display:block;
    margin:auto;
}
.protest p{
    text-align:center;
    color:#BDBDBD;
}
.flag img{
    width: 70%;
    display:block;
    margin:auto;
    border: solid #E8E8E8 5px;
}
.flag p{
    text-align:center;
    color:#BDBDBD;
}

.red strong{
    color:#CF7280;
}
.gold strong{
    color: #EEDE77;
}
.white strong{
    text-decoration:underline;
}
.blue strong{
    color: #7BC2E0;
}
.green strong{
    color: #3BB07D;
}
.black strong{
    background-color: #E8E8E8;
    color:#595959;
}