body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7vw;
    letter-spacing: 0.2rem;
    background-color: rgb(65, 65, 65);
    color: rgb(190, 190, 190);
}

h1:hover {
    -webkit-text-stroke: 2px #ffffff;
}
