
body{
    width: 100%;
    min-height: 80vh;
    font-family: "Roboto", sans-serif;
    color: white;
    margin: 0 !important;
    padding: 0;
}

.wrapper{
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/desktopPic.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

.wrapper__text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 80px;
}

.wrapper__text-input h1{
    font-weight: 600;
    font-style: Italic;
    font-size: 74px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 800px;
    text-align: center;
    margin-top: 0;
}
.wrapper__text-image img{
    width: 420px;
    min-width: 420px;
}
.wrapper__text-button a{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border-radius: 72px;
    padding: 16px 42px;
    font-size: 62px;
    background-color: rgba(32, 183, 92, 1);
    filter: drop-shadow(0 0 40px rgba(45, 225, 117, 1));
    font-style: italic;
    font-weight: 600;
}
.wrapper__img{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrapper__img .chicken{
    width: 615px;
    min-width: 615px;
}
.wrapper__img a{
    text-decoration: none;
    filter: drop-shadow(0 0 40px rgba(45, 225, 117, 1));
}
.wrapper__img a img{
    width: 100%;
}
.promo-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px;
    padding: 12px 32px;
    background: rgba(255, 255, 255, 0.29);
    border-radius: 48px;
    cursor: pointer;
    margin: 0 auto;
}

.promo-copy__text{
    font-weight: 600;
    font-size: 56px;
    font-style: italic;
    text-transform: uppercase;
}
@media screen and (max-height: 830px) {
    .wrapper__img .chicken{
        width: 500px;
        min-width: 500px;
    }
}
@media screen and (max-width: 1440px) {
    .wrapper__text-input h1{
        font-size: 48px;
        text-wrap: wrap;
        width: 500px;
    }
    .wrapper__text-button a{
        font-size: 44px;
    }
    .promo-copy__text{
        font-size: 32px;
    }
    .wrapper__text{
        gap: 30px;
    }
    .wrapper__img .chicken{
        width: 350px;
        min-width: 350px;
    }
}
@media screen and (max-width: 1150px){
    .wrapper__text-input h1{
        font-size: 35px;
        width: 400px;
    }
    .promo-copy__text{
        font-size: 20px;
    }
    .wrapper__text-button a{
        font-size: 30px;
    }
    .wrapper__img .chicken{
        width: 350px;
        min-width: 350px;
    }
}
@media screen and (max-width: 768px){
    .wrapper{
        flex-direction: column;
        justify-content: space-around;
        min-height: 100vh;
        background-image: url('../images/mobilePic.png');
    }
    .wrapper__text-input h1{
        width: 100%;
        font-size: 35px;
        padding: 5px;
    }
    .wrapper__text{
        gap: 23px;
    }
    .promo-copy{
        padding: 6px 16px;
    }
    .promo-copy__icon img{
        width: 50px;
    }
    .promo-copy__text{
        font-size: 20px;
    }
    .wrapper__text-image img{
        width: 250px;
        min-width: 250px;
        margin-top: 20px;
    }
    .wrapper__text-button a{
        width: 100%;
        padding: 8px 24px;
        font-size: 25px;
    }
    .wrapper__img .chicken{
        width: 60%;
        min-width: 60%;
    }
    .wrapper__img a img{
        width: 200px;
    }
}
@media screen and (max-width: 375px){
    .wrapper__img .chicken{
        width: 60%;
        min-width: 60%;
    }
}