@charset "utf-8"

/*
Today To Triassic Animal Grooming
Webpage 3rd Version
Author: Aaron White
Date: 03/20/2026
Filename: TTTcode.css
Last Edited: 04/19/2026
*/

html { 
background-color: brown;
}
html { 
background-color: orange;
}
/* following three style rules pertain to images on the home page*/
#dog {
	height:300px;
	width:300px;
	position: absolute;
	top: 25%;
	left: 80%;
}
#duck {
	height:300px;
	width:300px;
	position: absolute;
	top: 55%;
	left: 80%;
}
#dogcode {
width:100px;
	height:100px;
}
/* stylerules deciding the placement of all other page content*/
#dogcode2 {
	position: absolute;
	top: 1.5%;
	left: 30%;
	font-size: 50px
}
#dogcode3 {
	position: absolute;
	top: 25%;
	left: 25%;
	font-size: 35px;
	line-height: 3.5;
}
#dogcode4 {
position: absolute;
top: 25%;
box-shadow: 8px 8px 10px 10px;
left: 2.5%;
display: block;
border-radius: 10px;
max-width:20%;
line-height: 70px;
font-size:28px;
outline: solid 4px green;
box-shadow: 8px 8px 10px 10px;
border-radius: 10px;
}
#dogcode5 {
position: absolute;
	top: 80% ;
	left:;
	font-size: 30px;
	display: none;
}
#dogcode6 {
position: absolute;
	top: 85% ;
	font-size: 30px;
}

#dogcode7 {
position: absolute;
	top: 80% ;
	font-size: 30px;
}