body {
    background-image: url('./lemonscript-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.logo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 85px;
}
h1 {
    font-size: 28px;
    color: #17D05B;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 100%;
    max-width: 500px;
    display: block;
}
h2 {
    font-size: 24px;
    color: #FDCD07;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    margin: 0px;
}
p {
    text-align: center;
    color: #A8A8A8;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin-top: 5px;
}
p a {
    text-decoration: none;
    color: #A8A8A8;
}
.lemonscript-yellow {
    position: absolute;
    top: -50px;
    right: -50px;
    max-width: 250px;
}
.lemonscript-green {
    position: absolute;
    bottom: -50px;
    left: -50px;
    max-width: 250px;
}

/* iPad Landscape */
@media only screen and (min-width: 1024px) {
    .lemonscript-yellow {
        top: -100px;
        right: -100px;
        max-width: 550px;
    }
    .lemonscript-green {
        bottom: -100px;
        left: -100px;
        max-width: 550px;
    }
}