@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
@charset="utf-8">
<!doctype html>
    * {color: white}


body {margin: 50px;
background-color: #fffdf9;}


h1  {
    color: white;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; 
    }

h2  {
    color: rgb(232, 21, 53);
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    }


img {float: left;
margin-right: 50px;}
<br>

header span {
    color: rgb(232, 21, 53);
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; 
            }

section {
    color: rgb(5, 5, 5);
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; 
        }

section span
{  color: rgb(5, 5, 5);
   font-size: 18px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400; }






footer {
    color: rgb(5, 5, 5);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;}


footer span {     
    
    color:rgb(232, 21, 53);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;     
}
