* {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: rgba(4, 1, 30,1);
    gap: 20px;
    overflow-x: hidden;
}


.img {
    width: fit-content;
    height: fit-content;
}

img {
    height: 100%;
    width: 100%;
}

.title {
    background: linear-gradient(120deg, #ffffff 30%,#00bfff 50%);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 900;
    font-size: 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


