html {
     cursor: url("pointer.png"), pointer;
}

body {
    margin: 20px;
}

.header {
    position: fixed;
    bottom: 10%;
    text-align: left;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 170px;
    font-style: oblique;
    line-height: 160px;
    color: rgb(255, 205, 139);
    z-index: 5;
}

.header2 {
    position: fixed;
    right: 45px;
    bottom: 7%;
    text-align: right;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-style: oblique;
    font-size: 170px;
    line-height: 160px;
    color: rgb(255, 205, 139);
    z-index: 5;
}

#gradient {
    position:fixed;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 1080px;
    height: 700px;

}

#fire-gif {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
}

#gradient {
    position: fixed;
    height: 500px;
    z-index: -9;
   ; 
}

#black-box {
    position: fixed;
    left: 40%;
    bottom:0;
    height: 100px;
    width: 400px;
    background-color: rgb(0, 0, 0);
}

.button {
    position: fixed;
    color: #ff8157;
    background-color: #ffdfca; 
    border: 8px outset;
    border-color: #ff8157;
    border-radius: 25px;
    box-sizing: border-box;
    width: 10%;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    z-index: 10;
}

#fire-gif2 {
    position:fixed;
    left: 38%;
    bottom: 20%;
    width: 400px;
    z-index: 3;
}

#bowl {
    position:fixed;
    left: 35%;
    bottom: -20%;
    width: 500px;
    z-index: 4;
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }

  .ramen {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px; 
    padding-top: 800px;
    z-index: 5;
  }

  #samyang {
    padding-bottom: 800px;
  }

 