.site-header {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
}

.site-header .hi-heading {
    padding: 1px 24px;
    text-align: center;
    background: rgb(0, 150, 255);
    border-radius: 25px;
}

.hi-heading h5 {
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
}

.site-header .heading {
    margin: 50px 0;
    padding: 5px;
}

.heading h1 {
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.site-header .logo {
    font-family: "Rubik", sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    /* text-shadow: 3px 3px 1px rgba(0, 150, 255, 0.5), -3px 3px 1px rgba(0, 150, 255, 0.5), 3px 0 1px rgba(0, 150, 255, 0.5), -3px 0 1px rgba(0, 150, 255, 0.5); */
}

.signup button {
    margin-bottom: 5px;
    padding: 12px 24px;
    font-size: 1em;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(30deg, rgb(255, 100, 255), rgb(255, 0, 255));
    color: rgb(255, 255, 255);
    border-radius: 20px;
    border: none;
}

.signup button:hover {
    color: rgb(255, 255, 255);
    background: rgb(255, 54, 255);
}

.play {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: linear-gradient(to top, rgba(255, 0, 187, 0.7), rgba(255, 0, 195, 0.8));
}