@font-face {
    font-family: Delicious Adventures;
    src: url ('Delicious Adventures.ttf') format ('truetype');
}

h2 {
    font-family: Delicious Adventures, arial, sans-serif;
}

header {
    background-image: url('../images/P1010001.png');
    color: white;
}

footer {
    background-color: #00796B;
    color: white;
}

header,
footer {
    padding: 40px 0;
}

i {
  font-size: 2em;
  padding-left: 10px;
}

nav, .dropdown-menu {
    margin-top: -20px;
    font-size: 24px;
    font-family: Delicious Adventures, arial, sans-serif;
}

.logo {
    padding-left: 20px;
}

img {
    margin-bottom: 20px;
}