h1 {
    font-family: Pangolin;
}
p {
    font-family: Dongle;
}

body {
    margin: 0;
}

header {
    background-color: #f88e38;
    padding: 12px 20px;
}

header div.container {
    display: flex;
    justify-content: space-between;
}
header div.container * {
    color: azure;
    text-decoration: none;
}

header a.home {
    font-family: Pangolin;
    font-size: 40px;
    align-self: center;
}
header div.navs {
    font-family: Dongle;
    font-size: 30px;
    align-self: center;
}
header div.navs * {
    margin-left: 10px;
}



body div.homehero {
    padding: 10% 20px;
    background-image: url(../assets/homehero.jpeg);
    background-size: 120%;
    background-position: center;

    color: azure;
    text-align: center;
    text-shadow: 0 0 15px black;
}