@charset "utf-8";

body {
  font-family: 'Gloria Hallelujah', cursive;
  background-color: #222121;
}
.container {
	color: #222121;
	/*  background-image: url(../images/girl-home.jpg); */
	background-image: url("../images/girl-home.-test.jpg");
	text-align: right;
	width: 700px;
	height: 700px;
	/*margin-top: 50%;
	margin-bottom: 50%;*/
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border: thick solid hsla(0,1%,28%,1.00);
	
}
.containerme {
	color: #222121;
	/*  background-image: url(../images/girl-home.jpg); */
	background-image: url(../images/girl-me.jpg);
	text-align: right;
	width:700px;
	height: 700px;
	/*margin-top: 50%;
	margin-bottom: 50%;*/
	margin: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	border: thick solid hsla(0,10%,74%,1.00);	
}
p {
  padding-right: 5px;
  font-size: 12px;
  /*line-height: -5px;*/
}
.left-text {
  margin-left: 350px;
}
a:link {
  color: #c63289;
  text-decoration: none;
  /* border-bottom: thin dotted dimgray;*/
}
a:visited {
  color: #c63289;
  text-decoration: none;
  /*border-bottom: thin dotted dimgray;*/
}
a:hover {
  color: #c63289;
  text-decoration: none;
  /*border-bottom: thin dotted #5A0A0C;*/
  opacity: 50%;
}
a:active {
  color: #c63289;
  text-decoration: none;
  /*border-bottom: thin dotted #5A0A0C;*/
}