@font-face {
    font-family: 'Makcasa';
    src: url('/font/Makcasa-Regular.otf') format('opentype');
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-image: url('/img/home.webp');
    background-size: cover;
}

.home {
    display:flex;
    flex-direction: column;
    padding: 40px;
    color: white;
    font-size: 8vw;
    font-family: 'Makcasa';
}

.home a {
    color: white;
    text-decoration: none;
}
