p{
    font-family: "Roboto", sans-serif;
}

h1{
    font-family: "Roboto", sans-serif;
}

h2{
    font-family: "Roboto", sans-serif;
}

body{
    padding: 0 15% 0 15%;
}

a:hover{
    color: royalblue;
    text-shadow: 0px 0px 3px black;
}

img:hover{
    border: 10px groove wheat;
}

img{
    border: 10px groove burlywood;
}