body {
    background: url('back.jpg') no-repeat center;
    width: 100%;
    height: auto;
    background-size: cover;
    height: 100vh;
    cursor: none;
  
}

h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-family: "PesteTRIAL-Regular";
    font-size: 4em;
    font-weight: 100;
    text-shadow: 2px 2px 2px rgb(133, 75, 97);
    color: #ffffff;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}
.spotlight {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(
        circle,
        transparent 160px,
        rgba(0, 0, 0, 0.85) 200px
    );
}

.butter {
    float: right;
    margin: 8px 0 0 20px;
    margin-bottom: 0.5em;
    padding: 4px;
}

