body {
    display: flex;
    align-content: center;
    justify-content: center;
}
.Glow {
    filter: drop-shadow(0 0 134px rgba(36, 230, 155, 1));
}
.TextWrapper1 {
    border: rgb(255, 255, 255);
    border-width: 3px;
    height: 56px;
    width: calc(62vw + 30px);
    min-width: 390px;
    background-color: rgb(36, 230, 155); 
    margin: 0 0 0 0;
    box-shadow: 0 0 134px rgba(36, 230, 155, 0.35);
    overflow: hidden;
    position: relative;
    background-color: rgb(36, 230, 155); 
    box-shadow: 0 0 134px rgba(36, 230, 155, 0.35);
    clip-path: polygon(5% 0, 95% 0, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}
@keyframes LightSweepTheaderChooseWisely {
    0% {
        left: -150px;
    }
    12% {
        left: calc(100% + 50px);
    }
    100% {
        left: calc(100% + 50px);
    }
}

.TextWrapper1::before {
    display: inline-block;  
    content: '';
    position: absolute;
    height: 75px;
    width: 169px;
    filter: blur(2px);
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 255, 255, 0.32) 50%, transparent 55%);
    transform: skew(-45deg);
    top: -10px;
    left: -150px;
    z-index: 3;
    animation: LightSweepTheaderChooseWisely 3.2s 1s linear infinite;
}
.PickKey {
    display: inline-block;
    position: relative;
    font-style: italic;
    font-size: 56px;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 56px;
    margin: 0 0px 0 0px;
    margin-right: 12px;
    
}
.KeyRow1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
}
.KeyRow2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
}
.Wrapper123 {
    display: grid;
    align-items: center;
    justify-items: center;
    row-gap: 66px;
    margin-top: 66px;
    width: 100%;
    height: 100%;
}
.limboyt {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.limbobutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 65px;
}
.limbobutton:hover {
    margin-top: 56px;
}
