body {
 text-align: left;
 font-size: 24pt;
 font-family:Verdana, sans-serif;
 color: black;

h1 {
 text-align: center; 
 font-size: 32 pt;
 font-family: Verdana, sans-serif;
 color: blue;
 font-weight: bold;
}

.tagline {
 text-align: center;
 font-size: 14pt;
 color: gray;

}

.home-img {
 display:block;
 margin:0 auto;
 width: 700px;
 height: 700x;
 border: 5px red;
 border-style: ridge;
}

.dragon-txt {
 color: orange;
}

.dragon-img {
 display:block;
 margin:20px auto;
 width: 400px;
 height: 400px;
 border: 5px double orange;
}

.alien-txt {
 color:green;
}

.alien-img {
 display:block;
 margin:20px auto;
 width: 400px;
 height: 400px;
 border: 5px double green;
}

.construction-img {
 display:block;
 margin:50px auto;
 width: 300px;
 height: 700x;
 border: 5px red;
 border-style: ridge;
}
