body {
	font-family: Karla, sans-serif;
	background-color: #273C2C;
	width:100%;
}

div	{
	margin: 24px;
	max-width: 1200px;
}

h1 {
	font-family: Monoton;
	font-size: 84px;
	color: #FFE2E2;
	font-weight: 400;
	line-height: auto;
	text-align: left;
	margin-top: 36px;
	border-top: 2px dotted #E5D0E3;
	border-bottom: 2px dotted #E5D0E3;
	margin-bottom: 0px;
}

p {
	color:#FFFFFF;
	font-size: 24px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: 500;
	text-align: left;
	height: auto;
	width: auto;
}

a {
	color: #FFFFFF;
	border-style: dotted;
	border-width: 2px;
	padding:8px;
	padding-left: 16px;
	padding-right: 16px;
	margin-right: 8px;
	text-decoration: none;
	font-size: 16px;
}

a:hover {
  background-color:#E5D0E3;
  color:#273C2C;
}

.ps {
	font-size: 16px;
	margin-top: 36px;
	margin-bottom: 24px;
}

.button-div {
		margin-top: 0px;
		margin-bottom: 48px;
}

.flex-container {
	display: flex;
	flex-direction: row;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	align-content: stretch;
  align-items: flex-start;
}

.words {
	 flex-grow: 1;
}

.pic {
	flex-grow: 0;
}

img {
width: 200px;
height: 200px;
}

/* screens smaller than 600px */
@media only screen and (max-width: 600px) {
  	div {
    	margin: 20px;
	
}
		h1 {
		font-family: Monoton;
		font-size:64px;
		color: #FFE2E2;
		font-weight: 400;
		letter-spacing: 0em;
		text-align: left;
		padding-top: 24px;
		padding-bottom: 24px;
		border-top: 4px dotted #E5D0E3;
		border-bottom: 4px dotted #E5D0E3;
}

		p {
		font-family: Karla;
		color:#FFFFFF;
		font-size: 24px;
		font-weight: 500;
		text-align: left;
		height: auto;
		width: auto;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		margin-bottom: 24px;
}

		.ps {
		font-size: 18px;
		margin-top: 36px;
		margin-bottom: 36px;
}

		a {
		font-size: 24px;
		padding: 16px;
		margin-bottom: 16px;
}

		.button-div {
		height: auto;
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 48px;
		margin-top: 0px;
	}

	.pic {
          display: none;
        }

}