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

* {
    position: relative;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0.5vw;
    background: #1d1d1d;
}

.wrapper {
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 0;
}

h2 {
    display: block;
    width: fit-content;
    color: rgb(67 184 239);
    font-family: raleway;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24em;
    line-height: 1.1cap;
    margin: 0;
    user-select: none;
    opacity: 0;
}