body {
    font-family: 'Haettenschweiler', 'Arial Narrow Bold', sans-serif;  
    text-align: center;
    background-color: black;
}

h1 {
    cursor: default;
    font-size: 122px;
    color: whitesmoke;
}

h3 {
    cursor: default;
    color: whitesmoke;
}

#give {
    width: 100%;
    height: 50%;
}

#stars {
    display: flex;
    justify-content: center; 
    align-items: center;
    position: fixed;
    top: 25%;
    left: 13.5%;
}

.star {
    color: rgb(170, 170, 170);
    cursor: pointer;
    font-size: 160px !important;
    transition: ease-in-out 0.4;
}

