@import url('https://fonts.googleapis.com/css2?family=Ingrid+Darling&display=swap');

body{
    background-image: url(https://i.pinimg.com/736x/0e/7c/cc/0e7ccc55cc531b1ced75f83860e548c9.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 900px 590px;
    color: white;
    background-attachment: fixed;
    background-color: black;
    cursor: grab;
}
#question{
    position: absolute;
    font-size: 150px;
    font-family: "Ingrid Darling", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 420px 0 0 410px;
}
#finePrint{
    position: absolute;
    font-size: 30px;
    font-family: "Ingrid Darling", cursive;
    font-weight: 400;
    font-style: normal;
    margin: 535px 0 0 690px;
}
.back{
    position: absolute;
    width: 200px;
    height: 30px;
    background-color: white;
    margin: 365px 0 0 760px;
    transform: rotate(55deg);
}
.triangle{
    position: absolute;
    width: 180px;
    height: 150px;
    background-color: white;
    margin: 230px 0 0 720px;
    transform: rotate(-35deg);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.enterBTN{
`   position: absolute;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 197px 0 0 725px;
    background: radial-gradient(37.14% 37.14% at 50% 50%, #DAD309 0%, #87AC10 45.97%, #58700B 74.24%, #374606 100%);
    border: 2px solid #2A3605;
    box-shadow: inset -10px 0px 4px rgba(0, 0, 0, 0.25), inset 10px 0px 4px rgba(0, 0, 0, 0.25), inset 0px -10px 4px rgba(0, 0, 0, 0.25), inset 0px 10px 4px rgba(0, 0, 0, 0.25);
}