#titleArea {
    height: calc(100vh - 110px);

    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.unknown {
    background-color: rgba(255, 255, 255, .15);
    border-width: 1px;
    border-color: #000000;
}

.shadowedP {
    --offset: 10px;

    text-shadow: 10px 10px 20px white,
        10px -10px 20px white, -10px -10px 20px white, -10px 10px 20px white;
}

#titleArea p {
    font-size: 30pt;
    text-shadow: 10px 10px 20px white,
        10px -10px 20px white, -10px -10px 20px white, -10px 10px 20px white;
}

#titleArea span{
    --offset: 10px;
    text-shadow: 10px 10px 20px white,
        10px -10px 20px white, -10px -10px 20px white, -10px 10px 20px white;
    display:inline-block;
}

#titleArea span:nth-of-type(1) {
    font-size: 50pt;
}

#titleArea span:nth-of-type(2) {
    font-size: 24pt;
    font-weight: 400;
    margin:15px;
}

#titleArea span:nth-of-type(3) {
    font-size: 18pt;
    font-weight: 400;
}

#titleArea span:nth-of-type(4) {
    font-size: 16pt;
    font-weight: 400;
}

#titleButton {
    font-size: 16pt;
    min-width: 150px;
    padding: 2px 5px;
    margin: 20px 10px 10px 10px;
}

.unknown p:nth-child(2) {
    font-size: 50pt;
    margin-top: 25px;
    margin-bottom: 25px;
}


.left_image_panel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel img {
    width: 30%;
    aspect-ratio: 4/3;
}

.about {
    padding: 20px;
    min-height: 50vh;
    background: radial-gradient(circle, #323131, #000000);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-size: 18pt;
}

.about h3,p {
    margin: 25px;
}

/* ************************************ */
/* What you get */

.whatYouGet {
    min-height: 50vh;
    display: flex;
    background-color: white;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0;
}

.get-item-container {
    align-self: stretch;
    flex-basis: 30%;
    text-align: center;
    margin: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}

.get-item-title {
    font-size: 24pt;
    --offset: 10px;
    text-shadow: 10px 10px 20px rgba(0, 0, 0, .1),
        10px -10px 20px rgba(0, 0, 0, .1), -10px -10px 20px rgba(0, 0, 0, .1), -10px 10px 20px rgba(0, 0, 0, .1);
}

.get-item-icon {
    background-color: black;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.get-item-icon img {
    width: 100%;
    height: 100%;
}

/* ************************************* */

.serving-area {
    min-height: 75vh;
    text-align: center;
}

.serving-area .top {
    padding: 30px;
    margin: 25px auto;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.serving-area-title {
    font-size: 30pt;
    color: white;
    text-shadow: 10px 10px 20px rgba(255, 255, 255, .4),
        10px -10px 20px rgba(255, 255, 255, .4), -10px -10px 20px rgba(255, 255, 255, .4), -10px 10px 20px rgba(255, 255, 255, .4);
}

.serving-area .bottom {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.serving-area .bottom .half {
    flex-basis: 50%;
    padding: 20px;
    display: flex;
    flex-direction: row;
}

.left {
    justify-content: right;
}

.left img {
    width: 100%;
}

.right {
    justify-content: left;
}

#popeye {
    margin-top: 40px;
    text-align: left;
    color: white;
    font-size: 24pt;
}

#popeyeDiv {
    display: inline-block;
    padding: 20px;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

#popeye p {
    max-width: 400px;
}

#popeye ul {
    margin-left: 60px;
}

.customer-area {
    background: radial-gradient(circle, #FFFFFF, #c0bcbc);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 10px 0px;
}

.customer-container {
    margin: auto;

}

.customers-title {
    font-size: 30pt;
    text-align: center;
}

.customer {
    max-width: 500px;
    margin: 50px auto;
    text-align: justify;
}

.customer-name {
    text-align: center;
}

.gold-star {
    color: #fc0;
}

#contactArea {
    background: radial-gradient(circle, #999999 0%, #000000 40%);
    color: #FFFFFF;
}

#contactAreaContainer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 20px;
    height: 50vh;
}

#contactButtonContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1;
}

#contactTitle {
    font-size: 30pt;
}

#contactLogo {
    align-self: baseline;
}


@media (max-width:800px) {

    
    #titleArea p {
        font-size: 20pt;
    }


    #titleArea span:nth-of-type(1) {
        font-size: 30pt;
    }

    #titleArea span:nth-of-type(2) {
        font-size: 18pt;
    }

    #titleArea span:nth-of-type(3) {
        font-size: 16pt;
    }

    #titleArea span:nth-of-type(4) {
        font-size: 16pt;
    }



    .whatYouGet {
        display: block;
    }

    .serving-area .top {
        margin: 25px;
    }

    .serving-area-title {
        font-size: 20pt;
    }

    .serving-area .bottom {
        display: block;
        padding-top: 0px;
    }

    .serving-area .half {
        display: block;
    }

    #popeye {
        margin-top: 10px;
        font-size: 20pt;
    }

    .customer {
        margin: 50px 25px;
    }

    .customers-title {
        font-size: 25pt;
    }

    #contactArea {
        background: radial-gradient(circle, #999999 0%, #000000 60%);
    }

    #contactButtonContainer {
        flex-direction: column;
        margin-top: 20px;
    }

    #contactButtonContainer .a-button {
        display: block;
    }
}