
@font-face {
    font-family: 'Sketchy';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/SubwayNovellaDEMO.ttf");
}

html, body {
    color: #025b24;
    font-family: 'Sketchy';
    font-weight: 100;
    height: 100vh;
    margin: 0;
}

.full-height {
    background-image: url('../images/background.jpeg');
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.content {
    text-align: center;
}

.title {
    font-size: 110px;
}

.links {
    margin-top: 70px;
    cursor: pointer;
}

.links > a {
    color: #025b24;
    padding: 0 25px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}