* {
    margin: 0;
    padding: 0;
}


.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    z-index: 10;
}

.background {
    background: black;
    background-blend-mode: darken;
    background-size: cover;
}

.nav-list {
    width: 70%;
    display: flex;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    font-size: 30px;

}

.nav-list section {
    list-style: none;
    padding: 26px 30px;
}

.nav-list section a {
    text-decoration: none;
    color: white;
}

.nav-list section a:hover {
    color: grey;
}

.rightnav {
    width: 30%;
    text-align: right;
}


.firstsection {
    background-color: green;
    height: 400px;
    background-image: url('images/spaghetti-cropped.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.image-text {
    position: absolute;
    margin-top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.679);
    text-align: center;
  }



.box-main {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    max-width: 80%;
    margin: auto;
    height: 80%;
}


.firsthalf {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.text-big {
    font-family: 'Piazzolla', serif;
    font-weight: bold;
    font-size: 40px;
}

.text-small {
    font-size: 30px;
}



.featured{
margin-left: 30%;
margin-top: 20px;
margin-bottom: 20px;
}


.card {
    height: 400px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: auto;
    background-color: aquamarine;
    border: 2px solid black;
    border-radius: 26px;
    margin-bottom: 20px;
    
}
card:hover{
    background-color: rgba(0, 60, 255, 0.418);
}

.award-list{
    margin-top: 10px;
}

.paras {
    padding: 0px 65px;
}

.thumbnail img {
    width: 250px;
    border: 2px solid black;
    border-radius: 26px;
    margin-top: 19px;
    margin-right: 20px;
}

.center {
    text-align: center;
}

.text-footer {
    text-align: center;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    display: flex;
    justify-content: center;
    color: white;
}



.Mangocard1{
    max-width: 70%;
    background-color: aqua  ;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}


.Mangocard2{
    max-width: 70%;
    background-color: rgb(0, 255, 0)  ;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.Mangocard3{
    max-width: 70%;
    background-color: rgb(0, 255, 0)  ;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.recipeimages{
    max-width: 100%;
}
.cardimages4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardinside{
    margin: auto;
    width: 300px;
}

.list-text{
    margin-left: 50px;
    margin-top: 20px;
}

.indent{
    margin-left: 50px;
}

.imagecard1{
width: 400px;
}

.recipeform{
   width: 70%;
   background-color: aqua;
   border: 5px;
   margin: auto;
}

.formInput{
    min-width: 400px;
}

.recipeform{
    margin-top: 50px;
    margin-bottom: 50px;
}

.answers{
margin: 70px;
border: 2px solid black;
}

.answers ul{
margin-left: 50px;
}
.answers ol{
    margin-left: 50px;
}
.answers h1{
margin: 30px;
}
.answers h3{
    margin: 50px;
}

