@charset "utf 8";

@import url('https://fonts.googleapis.com/css?family=Lobster+Two');

 *{
    font-family: "Lobster Two", cursive;
    font-weight: 100;
    font-style: normal;
    font-stretch: : normal;
    font-variant: normal;
    text-align: center;
}
header {
    color: azure;
}

section img {
    border-radius: 50%; 
}
Body { 
    background-color: red;

   
} 
h2 {
    color: darkred;
    
    
}

h3 {
    color: red;
}

p { 
    color: crimson;
}

main {
    background-color: azure;
}
 


footer {
    color: white;
}