@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner&family=Poppins&family=Roboto+Mono:wght@300&display=swap?family=Raleway&family=Roboto+Mono:wght@300&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

*:focus {
  outline: 0 !important;
}

html {
  scroll-behavior: smooth;
  /* border: 11px solid #08a702; */
  margin: auto;
  border-bottom: 0;
  z-index: -1;
  --scrollbarBG: #a36302;
  --thumbBG: #b3b3b3;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #e93e0a);
  border-radius: 22px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  cursor: pointer;
}

body::-webkit-scrollbar {
  height: 4px;
  width: 20px;
  cursor: pointer;
}

body {
    text-align: center;
  scroll-behavior: smooth;
  scrollbar-width: thick;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
  animation: fadeInMobile ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  cursor: pointer;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ff8a00, #b3b006);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0, 0%, 100%, .25), inset -2px -2px 2px rgba(0, 0, 0, .25);
  background-color: var(--thumbBG);
  border-radius: 7px;
  border: 3px solid var(--scrollbarBG);
  cursor: pointer;
}

body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

#entire-page-show {
  display: block;
  -webkit-animation: delay 2s ease 0s 1 normal;
  -moz-animation: delay 2s ease 0s 1 normal;
  -ms-animation: delay 2s ease 0s 1 normal;
  animation: delay 2s ease 0s 1 normal;
}
section {
    display:flex;
    align-items: center;
    justify-content: center;
    top:22%;
    text-align: center;
}

#clash {
    top:40px;
}

h2{
    position:relative;
    top:140px;
}

.writing-adam {
    color:rgb(6, 134, 2);
    position:absolute;
    top:22%;
    font-size:1rem;

}

.writing-clash {
    color:rgb(173, 0, 0);
    position:absolute;
    top:11%;
    font-size:1rem;

}