body{
    background-image: url("../img/background-extremcafe.jpg");
    font-family: 'Open Sans';
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 45%;
    color: white;
}
h1{
    font-size: 32px;
}
#content {
    text-align: center;
    font-size: 2em;
    line-height: 2;
}
#content p {
    margin-bottom: 10px;
}
blockquote{
    display: inline-flex;
    font-size: 1.45rem!important;
    font-style: italic;
    margin: .25em 0;
    padding: 1.5em 40px 0;
    line-height: 1.45;
    position: relative;
    text-align: left;
}
blockquote::before{
    display: block;
    font-family: Georgia,serif;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -5px;
    top: 5px;
    opacity: .85;
}
a{
    color: white;
}
a:hover {
    color: white;
    text-decoration: none;
}
footer{
    position: absolute;
bottom: 5em;
display: inline-block;
width: 100%;
text-align: center;
}
@media screen and (max-width: 1600px){
    #content{
        left: -220.5px;
        top: 450.5px !important;
    }
}
@media screen and (max-width: 1200px) and (orientation: landscape){

}
@media screen and (max-width: 1200px) and (orientation: portrait){
body{
    background-position: center;
}
}
@media screen and (max-width: 480px) and (orientation: portrait){

}
@media screen and (max-width: 820px) and (orientation: landscape){
    
}