
.home {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.home h1 {
	font-size: 75px;
    padding-right: 40px;

    border-bottom: 1px solid white;
    text-transform: uppercase;
}
.home h3 {
	font-size: 32px;
    padding: 5px 0;
    opacity: 0.6;

}
