    /* CSS Document */

body {
    margin: 0px;
    padding: 0;
    background: black;
    font-family: 'Fira Sans', sans-serif;
    color: white;
}

#contenedor {
    text-align: center;
    width: 100%;
    height: 87vh;
    display: block;
}
h1 {
    padding-top: 20PX;
    font-size: 24px;
}
#claim p {
	
    font-size: 39px;
    margin-top: 20vh;
    font-family: 'Domine', serif;
    color: #f7f7f7;
    line-height: 1.5em;
    padding-bottom:15vh; 
}

#claim p:last-child {
	position: relative;
    font-size: 50px;
    margin-top: 25px;
    color: orange;
    font-family: 'Fira Sans', sans-serif;
}
#claim p:last-child:before {
height: 15vh;
width: 1px;
position: absolute;
left: 0;
right: 0;
margin: auto;
background: white;
display: inline-block;
}

#claim-coffee {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    background: transparent url(../images/coffee.svg) no-repeat center center;
    background-size: 100%;
}
footer {
    display: block;
    width: 100%;
    height: 10vh;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}
footer span {
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
}
footer span a {
    text-decoration: none;
    color: lightgray;
}
