@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');

body {
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1b2968;
    font-family: "Funnel Display", sans-serif;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.floating-text {
    font-size: 5rem;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
}
