@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,400i,700';


body {  font-family: 'Roboto Condensed', sans-serif;
        background-color: #cccac8}

h1 { 
    color:#ff8a14;
    font-size: 50 px;
    font-weight: 700 }
h2 { 
    color:#ff0062;
    font-size: 20px;
    font-weight: 700 }



footer {
    color:#000000;
    font-size: 10px;
    font-weight: 400i }
