﻿@charset "utf-8";

/*
   New Perspectives on HTML5 and CSS3, 8th Edition
   Tutorial 4
   Coding Challenge 1

   Author:Andrew Poe 
   Date:10/10/2025   
   
   Filename: code4-1_back.css

*/

figure {
	padding: 20px;
	border: 20px ridge rgb(61, 70, 157);
	background: url(ws.png) right bottom / 45% no-repeat,
				rgba(52, 52, 180, 0.3);
	box-shadow: 5px 10px 15px black;
	
}

figcaption {
	font-size: 1.8em;
	text-align: center;
	border-bottom: 2px solid rgb(52, 52, 180);
}