


.red {
	float: ;
	border-style:ridge ;
	border-color:white ;
	margin:40px 40px 40px 40px;
	height: 400px;
	width: 400px;
}
 {
	
}

/* general styling for the text on the webpage following the common color scheme that is used */ 

body {
background-color: #ff726f; 
background-position: ;
padding-top: 80px;
}
h1 {
font-family: "Georgia pro"; 
font-size: 95px;
color:white;
text-align:center;
margin: 1em 0 0.5em 0;	 
font-weight: normal;  
line-height: 42px;
text-transform: uppercase;
text-shadow: 0 2px white, 0 px #D2042D



 }
.p2 {
color: red;	
font-style: calibre italic;
font-size:34px;
text-align:center
}
pre {
color:white;	
font-style: calibre italic;
font-size:34px;
text-align:left
}
p {
	color:white;	
font-style: calibre italic;
font-size:34px;
text-align:
}

.p1 {
color:red;	
font-style: calibre italic;
font-size:1px
}
/* link styling */

.theLinks {
	
	border-style: groove;
	float: center;
	text-decoration: none;
    width:10px;
	height: 10px;
	float: center;
	font-size: 10px;
	font-family: Tahoma;
	font-colour: white;
	color: white;
	
	
    font-family: verdana;
    font-size: 3em;
    font-weight: 700;
    color: #f5f5f5;
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);

	
	
	}
	
	a:hover {
		
		color: #d4af37;
		text-decoration: underline;
		
		
	}   
	
	/*
.show-cart li {
  display: flex;
}
.card {
  margin-bottom: 20px;
}
.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center;
}
*/

.theLabels {
	
	font-size: 67px; 
	color: white;
	
}


/* content for the labels and user input */
.theInput {
	
	
	height: 50px; 
	width: 600px;
	
	
}

input {
	
	 display: block;
    margin-left: auto;
    margin-right: auto;
	font-size: 40px;
	
}
.labelcontentforA label {
	
	    text-align:center; 
	
	display: block;
    margin-left: auto;
    margin-right: auto
	
	
}
#pforAcount {
	
	font-size: 43px; 
	text-align: center; 
	
	
}
h1 {
	
	
	font-size: 85px;
	color: white;
	text-align: center;
	padding-top: 0px ; 
	
	
	
	
	
}

/* further styling for the buttons that are used */ 
button {
	
	background:#e75480;
     color:white;
     border-style: outset;
     border-color:#e75480;
     height:150px;
     width:200px;
     font:bold35px arial,sans-serif;
     text-shadow:none;
	 text-align: center;
	 margin: auto  
	
	
	
}
button:hover {
	
	
	background:#e75480 ;
     color:#fff;
     border:1pxsolid#eee;
     border-radius:18px;
     box-shadow:3px3px3px#eee;
     text-shadow:none;
	 cursor: pointer; 
	
	
}
.movementOfButton{
	
	  text-align: center; 
	
	
	
	
}
/* styling specifically for the conformation message */

#conformation {
	
	text-align: center;  
	font-weight: bold;
	font-size: 70px; 
	text-shadow: 2px 0 0 #C70039, -2px 0 0 #C70039, 0 2px 0 #C70039, 0 -2px 0 #C70039, 1px 1px #C70039, -1px -1px 0 #C70039, 1px -1px 0 #C70039, -1px 1px 0 #C70039;

/* https://careerkarma.com/blog/css-bold/#:~:text=To%20create%20a%20CSS%20bold,piece%20of%20text%20should%20be.*/
	
}
.fancyHeader {
	
	font-family: "Georgia pro"; 
font-size: 95px;
color:white;
text-align:center;
margin: 1em 0 0.5em 0;	 
font-weight: normal;  
line-height: 42px;
text-transform: uppercase;
text-shadow: 0 2px white, 0 5px #D2042D;
	
	
}
.positioningLinks {
	text-align: center; 
	
	
}
.theLabelsForLogin {
	
	text-align: center;
	font-size: 60px; 
	color: white; 
	width: 100px; 
	height: 100px;
	
}

.headingForLogin {

	font-size: 95px ;
	text-transform: uppercase;
	font-weight: 500;
	 text-shadow: 
	 1px 1px 1px #C70039,
	 1px 2px 1px #C70039,
	 1px 3px 1px #C70039,
	 1px 4px 1px #C70039,
	 1px 5px 1px #C70039,
	 1px 6px 1px #C70039,
	 1px 7px 1px #C70039,
	 1px 8px 1px #C70039,
	 1px 9px 1px #C70039,
	 1px 10px 1px #C70039;
	 
	 1px 18px 6px rgba(199, 0, 57)
	 1px 22px 10px rgba(199, 0, 57)
	 1px 25px 35px rgba(199, 0, 57)
	 1px 30px 60px rgba(199, 0, 57)

}