/* CSS Document */
*{
	margin-top: 0px;
}
body {
	background-color: aliceblue;
	display: fex;
	align-content: center;
	flex-direction: row;
}

.phone {
	background-color: #FFE4C4;
	width: 600px;
	margin: auto;
}

header {
	background-color: #fcd4a4;
	width: 600px;
	height: 250px;
}

.antiDecapitationDiv {
	width: 600px;
	height: 250px;
}

.antiDickapitationDiv {
	width: 600px;
	height: 50px;
}

footer {
	background-color: skyblue;
	width: 600px;
	height: 50px;
	z-index: 999;
}

.trueHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	background-color: skyblue;
}

.storyLabels {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
}

.storyPhotos {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	height: 100px;
}

.photoandname {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 600px;
}

.user {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.optionbuttons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.feet {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.interactoions {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 75px;
}