/*style.css*/
body{
    background-color:#13104C ;
    color: #FFFFFF;
}
/*links*/
a{
    color: #1AE07A;
}
h1{
 font-family: "Cabin Sketch", sans-serif; 
}

/*Borders*/
img{
    border: 1em groove #2DCCE1;
}

img:hover {
    border: 2em inset #2DCCE1;
}

.link {
    font-size:2.5em;
}
