body {
    width: 1280px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.header_site {
    width: 1280px;
    height: 81px;
    background-color: rgba(233, 236, 255, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.header_logo {
    width: 180px;
    height: 25px;
    display: flex;
    flex-direction: row;
    background-color: white;
    margin-left: 20px;
}

.menu1 {
    display: flex;
    margin-left: auto;
    gap: 60px;
}

.menu_item {
    font-size: 15px;
    font-family: "Geist Mono", monospace;
    font-weight: normal;
    border: none;
    background-color: transparent;
}

.reservation_button {
    font-size: 15px;
    font-family: "Geist Mono", monospace;
    font-weight: normal;
    background-color: rgba(128, 140, 253, 1);
    border: none;
    border-radius: 7.25px;
    width: 185px;
    height: 41px;
    margin-right: 20px;
}

.Rectangle {
    height: 168px;
    width: 1280px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 116px;
    font-family: "Anek Tamil", sans-serif;
    font-style: normal;
    letter-spacing: -0.05em;
    color: black;

}

.colorBlue {
    color: rgba(128, 140, 253, 1);
}