



.items {
	width: 100%;
	text-align: center;
	position: relative;
}

.items img {
	width: 90%;
	align-self:center;
	margin-top: 10px;
	margin-bottom: 10px;
}







.phoney {
	position: absolute;
	top: 187px;
    left: 191px;
    width: 200px;
	border: none;
	font-size: 13pt;
	background-color: transparent;
}
.phoney:focus {
	outline: none;
}
.phbtn {
	position: absolute;
    top: 228px;
    left: 241px;
	
}
.phbtn {
  display: inline-block;
  color: black;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  padding: .5em 2em;
  outline: none;
  border: 2px solid;
  border-radius: 1px;
  transition: 0.2s;
  cursor: pointer;
} 
.phbtn:hover { background: rgba(255,255,255,.2); }
.phbtn:active { background: white; }

.success {
	background-color: #dae8df;
	color: #2b563a;
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.errors {
	background-color: #f9d5d5;
	color: #562b2b;
	border-radius: 10px;
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}