@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

.listItem {
    color: blue;
}

* {
    background-color: #48a4d6;
    font-family: 'Koulen', cursive;
}

#title h1 {
    text-align: center;
    font-size: 60px;
    /* font-family: 'Koulen', cursive; */
    font-family: 'Luckiest Guy', cursive;
    color: #c80000;
    -webkit-text-stroke-color: #FFEb00;
    -webkit-text-stroke-width: .00005px;

}

#leftLogo {
    z-index: 3;
    display: inline;
    position: absolute;
    left: 70px;
    top: 20px;
}

#rightLogo {
    z-index: 3;
    display: inline;
    position: absolute;
    right: 70px;
    top: 20px;
}

/* Handsome Chef Word Box */
#chefDescript {
    box-sizing: border-box;
    /* border: 3px solid black; */
    width: 400px;
    height: 800px;
    position: absolute;
    left: 20px;
    top: 145px;
    padding: 20px;
    z-index: 1;
}

#textBubble {
    width: 240px;
    height: 80px;
    position: absolute;
    top: 180px;
    left: 800px;
    z-index: 2;
}

#chefDescript>h1 {
    text-align: center;
    font-family: 'Luckiest Guy', cursive;
    color: #c80000;
    -webkit-text-stroke-color: #FFEb00;
    -webkit-text-stroke-width: .00005px;
}

#chefDescript>p {
    color: #c80000;
    font-size: 22px;
    position: relative;
    text-align: left;
}

#chef {
    position: absolute;
    left: 450px;
    top: 180px;
}


/* Food Buttons */
#seeMore {
    color: #c80000;
    font-family: 'Luckiest Guy', cursive;
    -webkit-text-stroke-color: #FFEb00;
    -webkit-text-stroke-width: .00005px;
    position: absolute;
    right: 130px;
    top: 380px;
    font-size: 28px;
}

#arrow {
    position: absolute;
    right: 5px;
    top: 60px;
    font-size: 200px;
}

#craving {
    color: #c80000;
    position: absolute;
    right: 75px;
    font-family: 'Luckiest Guy', cursive;
    -webkit-text-stroke-color: #FFEb00;
    -webkit-text-stroke-width: .00005px;
}


#foodButtons {
    height: 540px;
    color: #c80000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 50px;
    top: 220px;
}

#foodButtons button:hover {
    color: #FFEb00;
}


#foodButtons button {
    width: 200px;
    height: 55px;
    color: #c80000;
    font-size: 20px;
    /* font-weight: bold; */
    border: 2px solid #c80000;
    border-radius: 12px;
    box-shadow: inset 0 0 10px #FFEb00;
    line-height: 20px;
}

/* Restaurants that are displayed when button is clicked */
.chefRequest h1 {
    font-family: 'Luckiest Guy', cursive;
    color: #c80000;
    -webkit-text-stroke-color: #FFEb00;
    -webkit-text-stroke-width: .00005px;
    text-align: center;
}

#refreshButton {
    position: relative;
    bottom: 3px;
    border: 2px solid #c80000;
    border-radius: 12px;
    color: #c80000;
}

#refreshButton:hover {
    color: #FFEb00;
}

.restaurantList {
    position: relative;
    top: 5px;
}

.infoButton {
    position: relative;
    left: 400px;
    bottom: 60px;
    border: 2px solid #c80000;
    border-radius: 12px;
    color: #c80000;
}

.infoButton:hover {
    color: #FFEb00
}


.eateryName {
    color: #c80000;
    font-size: 40px;
    text-align: center;
    /* border: 3px solid black; */
    margin: 0;
}

.randomPlace {
    color: #c80000;
    font-size: 40px;
    text-align: center;
}

/* New Chef */
#chef2 {
    position: absolute;
    right: 440px;
    bottom: -60px;
    z-index: 1;
}

#textBubble2 {
    z-index: 2;
    position: absolute;
    right: 392px;
    top: 300px;
    width: 280px;
    height: 80px;
}