body {
    background-image: url(images/background123.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    .buttons {
        background-image: url('images/star.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;

        width: 400px;
        height: 400px;

        border: none;
        background-color: transparent;

        padding: 0;
        cursor: none;

        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);


    }

    cursor: none;
}

img {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
}

#custom-cursor {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('images/cursor.png');
    background-size: cover;
    pointer-events: none;
    transition: transform 0.1s ease-out;
}


h1 {
    font-size: 15em;
    font-family: 'Annie Use Your Telescope';
    /*-webkit-text-stroke: 1px white;*/
    color: #B00F64;
    text-align: center;
}