body, html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #222222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-smooth: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

#home {
    display: flex;
    height: 100vh;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.color-orange {
    background-image: linear-gradient(270deg, #ff0f7b, #f89b29);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

h1 {
    color: white;
    font-size: 58px;
    font-weight: 500;
}

h1>span {
    font-size: 32px;
}