body {
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.main {
    background-color: white;
    height: 80px;
    width: 90%;
    margin-top: 30px;
    margin-left: 70px;
    display: flex;
    align-items: center;
}

.nav>a {
    text-decoration: none;
    color: black;
    position: relative;
    left: 350px;
}

.logo {
    position: relative;
    left: 50px;
}

.text {
    color: white;
    width: 100%;
    height: 800px;
}

.abcd {
    padding: 180px;
}

.table {
    display: flex;
    align-items: center;
}

.first {
    height: 50px;
    width: 150px;
    background-color: orange;
    color: black;
    border: none;
    font-weight: 600;
}

.one {
    width: 400px;
    height: 470px;
    border: 1px solid;
}

.h69 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.two {
    width: 400px;
    height: 470px;
    border: 1px solid;
}

.three {
    width: 400px;
    height: 470px;
    border: 1px solid;
}

.cards {
    display: flex;
    justify-content: space-evenly;
}

.carddd {
    display: flex;
    justify-content: space-evenly;
}

.hhh1 {
    background-image: url(h1bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    font-size: 25px;
    color: aqua;
}

.secondd {
    height: 50px;
    width: 150px;
    border: none;
    background-color: orange;
    color: black;
}

.special {
    font-size: 40px;
}

.number1 {
    margin-left: 100px;
    display: flex;
}

.num1 {
    margin-left: 150px;
}

.pew {
    margin-left: 150px;
}

.aye {
    margin-left: 150px;
    color: yellowgreen;
}

.bee {
    margin-left: 150px;
}

.second-last {
    position: relative;
}

.dish1 {
    position: absolute;
    top: 160px;
    left: 650px;
}

.prise {
    color: yellowgreen;
}

.lemon {
    display: flex;
}

.second-dish {
    position: relative;
}

.rosemary {
    position: absolute;
    top: 40px;
    left: 800px;
}

.last-text {
    background-color: black;
    color: white;
    height: 300px;
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.icons1 {
    width: 360px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.texts {
    width: 360px;
    text-align: center;
}

.read-more {
    padding-left: 25px;
}

.all-3-updates {
    display: flex;
    justify-content: space-evenly;
}

.icon-user {
    padding-left: 30px;
    background-image: url('user.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    height: 40px;
    width: 200px;
    border: none;
    background-color: white;
    outline: none;
    border-radius: 5px;
}

.icon-clock {
    padding-left: 30px;
    background-image: url('clock.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    height: 40px;
    width: 200px;
    border: none;
    background-color: white;
    outline: none;
    border-radius: 5px;
}

.icon-calender {
    padding-left: 30px;
    background-image: url('calendar.png');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    height: 40px;
    width: 200px;
    border: none;
    background-color: white;
    outline: none;
    border-radius: 5px;
}

.book-table {
    background-color: rgba(0, 0, 0, 0.788);
    width: 100%;
    height: 450px;
}

.mini-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.last-button>button {
    background-color: orange;
    height: 40px;
    width: 130px;
    border: none;
}

.footer1 {
    background-color: rgb(104, 104, 250);
    height: 350px;
}

.first-card {
    width: 330px;
    padding-top: 70px;
    margin-left: 150px;
}

.first-card>img {
    height: 60px;
}

.first-card>p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.second-card>p>img {
    width: 20px;
}

.second-card {
    width: 330px;
    margin-left: 550px;
    position: relative;
    bottom: 200px;
}

.third-card {
    width: 330px;
    position: relative;
    left: 950px;
    bottom: 400px;
}

.footer2 {
    display: flex;
    align-items: center;
    background-color: blue;
}

.footer2>img {
    width: 20px;
}