.p1{
    font-family: "Times New Roman", Times, serif;
}

.p2{
    font-family: 'Courier New', Courier, monospace;
}

.p3{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.p4{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1,h2, h3, h4{
    color:white;
    font-family: 'Franklin Gothic Medium';
        text-align: center; 
}
html{
    background-color: black; 
    font-family: 'Franklin Gothic Medium',;
}
p {
    font-size:large; 
    line-height: 150%;
    font-family: "Times New Roman", Times, serif;
    color: white;
}
figcaption{
    font-size: large;
    font-weight: bolder;
    text-align: center;
    display: block;
    color: white;
}
.image_border{
    border:double green;
}
p.one{
    border-style: solid;
    border-color: black white; /* black top, white bottom, black left, and white right*/
}
.roundedCorners {
    border:double;
    vertical-align:middle; 
}
li{color:white}
img{
    border: 4px solid;
    color:darkgreen;
}
.arsenal-sc-bold {
  font-family: "Arsenal SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}


