@font-face {
    font-family: 'Annie Use Your Telescope';
    src: url('/fonts/AnnieUseYourTelescope-Regular.ttf');
}
@font-face {
    font-family: 'Special Elite';
    src: url('/fonts/SpecialElite-Regular.ttf');
}
a {
    color: inherit;

}
nav a {
    padding: 28px;
}
body {
    font-size: 16px;
    vertical-align:middle;
    font-family: 'Special Elite', serif;
    line-height: 24px;
}
p {
    margin-bottom: 30px;
}
footer {
    text-align: center;
    display: block;
    margin-top: 150px;
    margin-bottom: 50px;
}
footer a {
    padding: 10px;
}

.big-logo {
    color: inherit;
    text-decoration: none;
    line-height: 400px;
    vertical-align:middle;
    font-family: 'Annie Use Your Telescope', cursive;
}
.small-logo {
    color: inherit;
    text-decoration: none;
    padding: 10px;
    line-height: 70px;
    vertical-align:middle;
    font-family: 'Annie Use Your Telescope', cursive;
}
.navbar-logo {
    color: inherit;
    vertical-align:middle;
    line-height: 40px;
    font-size: 1.5em;
    font-family: 'Annie Use Your Telescope', cursive;
}

.title {
    color: inherit;
    text-decoration: none;
    padding: 10px;
    font-family: 'Annie Use Your Telescope', cursive;
    line-height: 40px;
    font-size: 35pt;
    vertical-align:middle;
    text-align: center;
    margin-top: 100px;
}

.center {
    text-align: center;
}

.paragraph {
    text-align: center;
    margin-bottom: 35px;
}
.huge {
    font-size: 28px;
    line-height: 100px;
}
.huge-paragraph {
    font-size: 50px;
}
