@import url('https://fonts.googleapis.com/css2?family=Domine&family=Limelight&display=swap');

body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('./nanook-light.svg') no-repeat center center;
    background-size: auto 40%;
    background-attachment: fixed;
}

.title {
    position: fixed;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    font-size: 7vh;
    font-weight: 500;
    font-family: "Limelight", cursive;
}

.subtitle {
    position: fixed;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    font-size: 2vh;
    font-weight: 500;
    font-family: "Limelight", cursive;
}

.tagline {
    position: fixed;
    left: 50%;
    top: 75%;
    transform: translateX(-50%);
    text-align: center;
    width: 80%;
    font-size: 2vh;
    font-weight: 300;
    font-family: "Domine", serif;
}
