@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');

h1 {
font-family: "Momo Signature", cursive;
color: darkslateblue;
border: 1px solid grey;
padding: 10px;
margin: 30px
}

p {
color: cadetblue;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
margin-right: 50px;
margin-left: 50px;
}

img.main {
border: 5px solid #490180;
padding: 10px;
}

#footer {
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
color: navy;
style: bold;
}