
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter.ttf')  format('truetype');
}
@font-face {
    font-family: 'IHFont';
    src: url('../font/Lakeshore-Regular.ttf') format('truetype');
}
.innovation-hacking-logo {
    width: 60%;
    left: 25%;
    top: 5%;
}

@media (min-width: 1024px) {
    .bottom {
        margin-bottom: 1.5rem;
    }

    .innovation-hacking-logo {
        top: 15%;
    }
}
