body{
background-color:lightyellow;
text-align: center;">


}




h1{
color: indianred;
font-family: 'Press Start 2P', cursive;


}


nav a{
   font-family: "Pacifico", cursive;
   font-wight: 400;
   fontstyle: normal;
   color: salmon
}




.btn {
 display: inline-block;
 padding: 12px 24px;
 background-color: #f39dc8;
 color: white;
 text-decoration: none;
 border-radius: 8px;
 font-weight: bold;
 transition: background 0.3s ease;
}


.btn:hover {
 background-color: #e60073;
}






.container {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
gap: 3em;


}


.container 2{
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
gap: 3em;


}


.about-redbull-text{
 margin: 30px;
 padding: 70px;
 text-align: center;
 font-family: 'Arial', sans-serif;
 font-size: 16px;
 line-height: 1.6;
 color: #333333;
 background-color: #fff0f5;
 border-radius: 30px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 }




.social-media a {
display: inline-block;
 padding: 12px 24px;
 background-color: #f39dc8;
 color: white;
 text-decoration: none;
 border-radius: 8px;
 font-weight: bold;
 transition: background 0.3s ease;
 margin: 100px;
}




.recipe {
 font-family: 'Arial', sans-serif;
 font-size: 16px;
 line-height: 1.6;
 color: #333333;
 background-color: #fff0f5;
 border-radius: 8px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
 padding: 20px;
 margin: 20px;
}


h3 {
 color: indianred;
 font-family: 'Press Start 2P', cursive;
 text-align: center;
 margin-top: 200px;
}


form {
 display: flex;
 flex-direction: column;
 align-items: center;
 gap: 10px;
 margin-top: 30px;
}

