h1, h2, h3 {
  font-family: 'Merriweather', serif;
}

p {
  font-family: 'Montserrat', sans-serif;
}

.user img {
  float:right;
  padding:.5em;
}

.myButton {
	background-color:transparent;
	border:1px solid #EC1C2C;
	display:inline-block;
	cursor:pointer;
        border-radius:1px;
	color:#000;
        font-family: 'Merriweather', serif;
	font-size:18px;
	padding:8px 26px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#EC1C2C;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
}

.designer-box{
  margin:auto;
  width:80%;
  padding-top:8%;
}

.modal{
  margin-top:100px;
}