    body {
    background-color: #1A35AD;
    color: #FFFFFF;
    border: inset color; 
    border: 3em inset #308a57;
        padding: 3em;
    }
    
    
   
    
    
  
    
    
    
    /*links*/
    a{
        color: #10E35D;
         text-decoration: none;
    }
    
     
    a:hover{
            text-decoration:underline;
    
    
    }
    
    h1{
          font-family: "Oswald", sans-serif;
    }
    
    h2{
          font-family: "Comic Relief", system-ui;       
    }
    
    .logo{
        border: none;
        border-radius:10%;
    }

    
    /*FLOAT IMAGE TO THE RIGHT*/
    .floatRight {
    float: right;
    width: 50%;
    
    }
    
   .floatRight img{
       width: 50%;
   }
    
    
    
    
    
    
    
    
    
    
    
