body {
    background-color: lightgoldenrodyellow;}

h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: darkblue;
    font-weight: bold;
    text-decoration: underline;}

img {
    width: 500px;
    height: 300px;}

#main-heading {
    color: orange; }

.second-heading {color: rgb(26, 9, 172);}


.centered-heading{position: absolute; top: 50%; left: 50%; 
     transform: translate(-50%, -50%); text-align: center;}

.color{color: rgb(243, 189, 10);}


.blue {
    color: rgb(57, 123, 153)}

.text{font-size: 22px;}

.font-size{font-size: 19px;}
.font-size2 {font-size: 45px;}

div {
    text-decoration: overline;}

p {font-weight: bold;}