@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

body, html { width: 100%; height: 100%; margin: 0px; padding: 0px; }
body {
    background-image: url("https://unsplash.it/3840/2160?random");
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(6px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 12em;
    color: #fff;
    margin: 0px;
    text-align: center;
}

p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    color: #fff;
    margin: 0px;
    margin-left: 5px;
}