@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,400');
body {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

h1{
	font-weight: 200;
	font-size: 35pt;
}

h2{
	font-weight: 200;
	color: #868686;
}

p{
	font-size: 13pt;
}

.container-fluid{
	max-width: 1080px;
}

.date{
	font-weight: bold;
	font-size: 16pt;
}

.birthday-image{
	min-width: 100%;
}