body {
font-family: Lato, sans-serif;
margin: 0;
background-color: #ececec;
}

header {
background: url("../images/door.jpg");
background-position: center;
background-repeat: no-repeat;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
padding-bottom: 92px;

background-size: cover;
width: 1440px;
height: 800px;
margin: 0 auto;
}

header h1 {
font-family: Slackey, cursive;
font-size: 60px;
color: #ffffff;
text-align: center;
padding: 10px;
}

.navigation {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #ffffff;
margin: 0 auto;
width: 1440px;
padding: 20px 0;
border-bottom: 2px solid #3a3a3a;
}

.logo {
padding-left: 30px;
}

.listings ul, li {
display: flex;
padding: 30px;
justify-content: center;
flex-direction: row;	
}

.listings a {
text-decoration: none;
color: #000000;
}

.listings a:hover {
color: #f811ec;
}

.cta {
display: inline-block;
background-color: #5ced74;
color: #000000;
text-decoration: none;
font-size: 25px;
padding: 10px 20px;
border-radius: 18px;
}

.cta:hover {
color: #ffffff;
}

.selections {
display: flex;
padding: 50px;
justify-content: space-evenly;
align-items: center;
width: 1440px;
margin: 0 auto;
background-color: #ffffff;
}

.birthday {
align-items: center;
display: flex;
justify-content: space-between;
width: 1440px;
margin: 0 auto;
padding: 50px;
}

.burger, .gaming {
align-items: center;
display: flex;
justify-content: space-between;
flex-direction: column;
margin: 0 auto;
padding: 50px;
}

.birthday-text {
background: #b100cd;
}

.birthday-text h2 {
font-family: Lato, sans-serif;
font-size: 18px;
margin-bottom: 20px;
}

.birthday-text p {
font-size: 18px;
line-height: 1.5;
}

.balloons img {
display: block;
border-radius: 20px;
width: 700px;
}

.option-1, .option-2, .option-3 {
display: flex;
justify-content: center;
text-align: center;
width: 300px;
height: 300px;
font-size: 30px;
padding: 40px;
border-radius: 22px;
background: #ffffff;
}

.option-1 {
background: url("../images/skaters.jpg");
background-position: center;
}

.option-2 {
background: url("../images/lab.jpg");
background-position: center;
}

.option-3 {
background: url("../images/galaxylounge.jpg");
background-position: center;
}

h2 {
font-family: Lato, sans-serif;
font-size: 60px;
font-weight: 800;
color: #ffffff;
text-align: center;
}

.right-text {
width: 400px;
}

.right-side {
width: 400px;
}

.arcade {
max-width: 400px;
}

.entertainment {
display: flex;
align-items: flex-start;
justify-content: space-around;
width: 1440px;
margin: 50px auto;
gap: 20px;
padding: 60px 20px;
background: linear-gradient(to bottom, #8f71ff, #88dfff);
}

.entertainment h2 {
font-family: Lato, sans-serif;
font-size: 40px;
margin-bottom: 20px;
color: #ffffff;
}

.entertainment p {
font-size: 16px;
line-height: 1.5;
}

.funtazmic, .extreme, .ultimate {
background: #ffffff;
text-align: center;
padding: 60px;
border-radius: 22px;
max-width: 350px;
color: #ffffff;
height: 680px;
}

.funtazmic {
background: url("../images/skaters.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.extreme {
background: url("../images/lab.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.ultimate {
background: url("../images/galaxylounge.jpg");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.pink-text {
font-size: 20px;
color: #f805eb;
font-weight: bold;
margin-top: 15px;
}

.gallery {
width: 1440px;
margin: 0 auto;
}

.top-row {
display: flex;
}

.bottom-row {
display: flex;
}

.top-row img {
width: 300px;
height: 300px;
}

.bottom-row img {
width: 300px;
height: 300px;
}

.footer {
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
padding: 50px;
width: 1440px;
background: linear-gradient(to bottom, #b100cd, #fd80db);
}

.hours, .address, .about-us {
display: flex;
justify-content: space-evenly;
margin: 0 auto;
gap: 50px;
flex-direction: row;
color: #ffffff;
}

.copyright {
display: flex;
text-align: center;
font-size: 14px;
color: #ffffff;
}
