/* Layout One */
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Luckiest+Guy&family=Sacramento&display=swap');
.awgt-bg {
    height: 300px;
    width: 300px;
    border-radius: 100%;
    background: #4E8953;
	margin: 0 auto;
}
.awgt-content-wrapper {
    margin-bottom: -150px;
}
.awgt-content {
    max-width: 400px;
    transform: translateY(-300px) !important;
    margin: 0 auto;
}
.awgt-content p {
    font-family: 'Lobster', cursive !important;
    color: #D5E2D6 !important;
	letter-spacing: 3px;
    text-align: center;
    font-size: 58px !important;
    font-weight: bold !important;
    line-height: 72px !important;
    margin: 0 !important;
    -moz-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
    -webkit-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
    -o-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
    -ms-transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
    transform: scale(1) rotate(-5deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
    text-shadow: 1px 1px #4a744d, 2px 2px #4a744d, 3px 3px #4a744d, 4px 4px #4a744d, 5px 5px #4a744d, 6px 6px #4a744d, 7px 7px #4a744d, 8px 8px #4a744d, 9px 9px #4a744d, 10px 10px #4a744d, 11px 11px #4a744d, 12px 12px #4a744d, 13px 13px #4a744d, 14px 14px #4a744d, 15px 15px #4a744d, 16px 16px #4a744d, 17px 17px #4a744d, 18px 18px #4a744d, 19px 19px #4a744d, 20px 20px #4a744d, 21px 21px #4a744d, 22px 22px #4a744d, 23px 23px #4a744d, 24px 24px #4a744d, 25px 25px #4a744d, 26px 26px 6px #06520c;
}

/* Layout Two */
.awgt-content-wrapper.awgt-lay-two .awgt-bg {
    background-color: #f44336 !important;
    width: 100% !important;
    border-radius: 0;
}
.awgt-content-wrapper.awgt-lay-two .awgt-content p {
    font-family: 'Luckiest Guy', cursive !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0px -6px 0 #212121, 0px -6px 0 #212121, 0px 6px 0 #212121, 0px 6px 0 #212121, -6px 0px 0 #212121, 6px 0px 0 #212121, -6px 0px 0 #212121, 6px 0px 0 #212121, -6px -6px 0 #212121, 6px -6px 0 #212121, -6px 6px 0 #212121, 6px 6px 0 #212121, -6px 18px 0 #212121, 0px 18px 0 #212121, 6px 18px 0 #212121, 0 19px 1px rgb(0 0 0 / 10%), 0 0 6px rgb(0 0 0 / 10%), 0 6px 3px rgb(0 0 0 / 30%), 0 12px 6px rgb(0 0 0 / 20%), 0 18px 18px rgb(0 0 0 / 25%), 0 24px 24px rgb(0 0 0 / 20%), 0 36px 36px rgb(0 0 0 / 15%) !important;
}

/* Layout Three */
.awgt-content-wrapper.awgt-lay-three .awgt-content p {
    font-family: 'Sacramento', cursive !important;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(202, 228, 225, 0.92), 0 0 10px rgba(202, 228, 225, 0.34), 0 0 4px rgba(30, 132, 242, 0.52), 0 0 7px rgba(30, 132, 242, 0.92), 0 0 11px rgba(30, 132, 242, 0.78), 0 0 16px rgba(30, 132, 242, 0.92)!important;
    font-size: 80px !important;
    line-height: 70px !important;
}
.awgt-content-wrapper.awgt-lay-three .awgt-bg {
    background: #222 !important;
    background-image: repeating-linear-gradient(to bottom,transparent 7px,rgba(0, 0, 0, 0.8) 9px,rgba(0, 0, 0, 0.8) 13px,transparent 13px) !important;
    width: 100% !important;
    border-radius: 0;
}