body {
    background-color: black;
}

.header {
    color: lightcoral;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    margin-left: 20px;
}


* {
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-weight:lighter;
    margin-left: 30px;
}
figcaption {
    color: gray;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 0px;
}
#element1 {
    border-color: white;
    border-style: double;
    border-radius: 12px;
    
}
h2 > p {
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
    font-weight: lighter;
    margin-left: 30px;
}
a {
    border-style: outset;
    font-weight: bolder;
    font-size: larger;
}