#container {
    width: 90%;
    margin: 0 auto;
}

p {
    color: #eee;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 80px;
}

#logo {
    width: 75px;
    opacity: 10%;
}

#logo img {
    width: 100%;
}

@media only screen and (max-width: 475px) {
    p {
        font-size: 80px;
        line-height: 65px;
    }
    #logo {
        width: 60px;
    }
}