/* ----- { IMOPORTS } ----- */

@import url('https://fonts.googleapis.com/css?family=Alegreya+SC:400,400i,700|Alegreya+Sans:400,400i,700|Germania+One&display=swap');

/* ----- { SELECTORS } ----- */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #1c231e;
}

h1 {
    font-family: 'Germania One', cursive;
}

h2 {
    font-family: 'Alegreya SC', serif;
}

p {
    font-family: 'Alegreya Sans', sans-serif;
}


/* ----- { CLASSES } ----- */

.flex {
    display: flex;
}

.HomeTitle {
    font-size: 72px;
    background: -webkit-linear-gradient(#dadada, #a39680);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* ----- { ID Selectors } ----- */

#header {
    width: 100%;
    height: 10em;
}

#main {
    width: 40%;
    margin: auto;
    margin-top: 12em;
}

#footer {
    background-color: darkgray;
    height: 14em;
    width: 100%;
}
