#thingHeader {
    margin: 0 25px;
    color: white;
    text-align: center;
    text-shadow: 7px 7px rgb(12,15,17);
    background-color:rgba(248,144,31,0.65);
    border-color: rgb(12,15,17);
    border-width: 20px;
    border-style: groove;
    font-family: fantasy;
    font-size: 60px;
}

#normalText {
    margin: 0 80px;
    color: white;
    background-color:rgba(248,144,31,0.4);
    border-color: #212529;
    font-size: 20px;
    font-family: monospace;
    padding: 10px;
}

#clobberinText {
    margin: 0 75px;
    color: white;
    text-align: center;
    text-shadow: 7px 7px rgb(12,15,17);
    background: rgba(248,144,31,0.65);
    border-color: rgb(12,15,17);
    border-width: 5px;
    border-style: groove;
    font-family: fantasy;
    font-size: 40px;
}

.clobberinAnimate {
    text-align: center;
    font-size: 100px;
    margin-top: 80px;
    color: #000000;
    animation: clobberin 15s steps(15) infinite;
  }
  
  @keyframes clobberin {
    0%, 100%{opacity: 0; }
    10%, 80%{opacity: 1; }
  }

.riaImage {
    width: 90%; 
    max-width: 900rem; 
    margin-left:0px;
    height: auto;
    padding: 0 1vw 0 1vw;
    display:flex;
    justify-content:center;
    align-items:center;
  }
  
  .riaImage2 {
    width: 40%; 
    max-width: 400rem; 
    margin-left:0px;
    height: auto;
    padding: 0 1vw 0 1vw;
    display:flex;
    justify-content:center;
    align-items:center;
  }

#lastSection {
    padding-bottom:500px;
}