

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #000000;
    overflow: hidden;
}

.text {
    width: 80%;
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 1.3;
    font-family: "Great Vibes", cursive;
    color: #ffffff
}

h1 {
    width: 80%;
    font-size: 96px;
    letter-spacing: 3px;
    line-height: 1.3;
    font-family: "Great Vibes", cursive;
    color: #ffffff
}