body {
    background-color:#616161 ;
    color:#DBDBFF ;
     font-family: "Edu AU VIC WA NT Guides", cursive;
     padding: 2em;
}

/*links*/
a {
    color: #DBDBFF  ;
}   


a:hover {
    background-color: #DBDBFF;
    color: #616161;
    transition: .5s;
    font-size: 3emS;
}


h1 {
    font-family: "Edu AU VIC WA NT Guides", cursive;
}

h2 {
    font-family: "Edu AU VIC WA NT Guides", cursive;
}

img {
    border: none;
}


img:hover {
        border: .7em solid #DBDBFF ;
        transition: .5s;
}

.logo {
    border: none;
    border-radius: 50%;
}


.logo:hover {
    border: solid;
    border-radius: .7em;
    transition: .7s;
}

.floatRight {
   float: right; 
   width: 35%;
   padding-left: 2em;
} 

.floatRight img {
   width: 80%;
} 


    
    
