
@font-face {
    font-family: ThirdRail;
    src: url('../font/Third Rail - Demo.ttf');
}
@font-face {
    font-family: ThisIsTheFuture;
    src: url('../font/This Is The Future.otf');
}


p, div{
    font-family: ThisIsTheFuture,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: ThirdRail,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.main-color{
    color: #362766;
}
.secondary-color{
    color: rgba(51,51,102, 0.5);
}

.img-icon{
    max-height: 64px;
}
.txt-icon{
    vertical-align: top;
}
.txt-a-c{
    text-align: center;
}
.m-l-10{
    margin-left: 10px;
}
.p-10{
    padding: 10px;
}
.p-l-20{
    padding-left: 20px;
}
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.no-p{
    padding: 0 !important;
}
.no-m{
    margin: 0 !important;
}
.main{
    width: 90%;
    margin: auto;
}