* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: .2s linear;
}

:root {
    --pink: #ff69b4;
}

section {
    padding: 2rem 9%;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 2rem 9%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

header .logo {
    font-size: 2rem;
    color: #333;
    font-weight: bolder;
    text-decoration: none;

}

header .logo span {
    color: var(--pink);
}

header .navbar a {
    font-size: 20px;
    padding: 0 1.5rem;
    color: #666;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;

}

header .navbar a:hover {
    color: var(--pink);
}

header #toggler {
    display: none;
}

header .fa-bars {
    font-size: 3rem;
    color: #333;
    border-radius: .5rem;
    padding: .5rem 1.5rem;
    cursor: pointer;
    border: .1rem solid rgba(0, 0, 0, .3);
    display: none;
}

/* log out dropdown ka code */
#logoutDropdown {
    display: none;
    /* Hidden by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.d-flex {
    position: relative;
    /* Ensure the dropdown appears relative to this container */
}

#welcomeText,
#changer {
    cursor: pointer;
    /* Change cursor to indicate interaction */
}

.d-flex:hover #logoutDropdown {
    display: block;
    /* Show dropdown when hovering over the container */
}



.Home {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: url(images/blooming\ petals\ \(1\).jpg);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.Home .content {
    max-width: 50rem;
    cursor: pointer;
}

.Home .content h3 {
    font-size: 6rem;
    color: #333;
    cursor: pointer;
}

.Home .content span {
    font-size: 3.5rem;
    color: #ff4d80;
    padding: 1rem 0;
    line-height: 1.5;
    cursor: pointer;
}

.Home .content p {
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
    line-height: 1.5;
    cursor: pointer;
}

.heading {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #333;
    padding: 1rem;
    margin: 0px;
    background: rgba(255, 51, 153, .05);
    width: 100%;

}

.heading span {
    color: #ff4d80;
}

.btn {
    display: inline-block;
    margin-top: 1rem;
    border-radius: 5rem;
    background: #333;
    color: #fff;
    padding: .9rem 3.5rem;
    cursor: pointer;


}

.btn:hover {
    background-color: #ff4d80;
    color: #f5f5f5;
}

.about-us .row {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 2rem 0;
    padding-bottom: 3rem;

}

.about-us .row .video-container {
    flex: 1 1 40rem;
    position: relative;
}

.about-us .row .video-container video {
    width: 100%;
    border: 1.5rem solid #fff;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    height: 100%;
    object-fit: cover;
}

.about-us .row .video-container h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
    text-align: center;
    mix-blend-mode: screen;
}

.about-us .row .content {
    flex: 1 1 40rem;
}

.about-us .row .content h3 {
    font-size: 3rem;
    font-weight: bold;
    color: #333;
}

.about-us .row .content p {
    font-size: 1.5rem;
    color: #999;
    padding: 5rem 0;
    padding-top: 1rem;
    line-height: 2rem;

}

.icon-container {
    background-color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-top: 5rem;
    padding-bottom: 80px;
    cursor: pointer;
}

.icon-container .icons {
    background-color: #fff;
    border: .1rem solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    padding: 2rem;
    width: 100%;
    max-width: 30rem;
}

.icon-container .icons img {
    height: 5rem;
    margin-right: 2rem;
}

.icon-container .icons h3 {
    color: #333;
    padding-bottom: .5rem;
    font-size: 1.5rem;
}

.icon-container .icons span {
    color: #555;
    font-size: 1.3rem;
}

.icon-container {
    background-color: #e0e0e0;
    padding: 24px;
    width: 100%;

}

.icon-container:hover {
    background-color: pink;
    padding: 24px;
    width: 100%;
}

.ty {
    color: rgb(224, 33, 97);
}

.heading-wrapper {
    display: flex;
    justify-content: space-between;
    /* Align items at opposite ends */
    align-items: center;
    /* Vertically center the items */
    margin-bottom: 20px;
}


.heading {
    font-size: 2.5rem;
    color: #333;
}

.heading span {
    color: #ff6f61;
    /* Custom color for span */
}




.heading1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 50px;
}

.heading1 {
    font-size: 35px;
    color: #e84393;
    cursor: pointer;

}

.box-container {
    margin-top: 50px;

}

.heading1:hover {
    background-color: #e84393;
    color: #dcdcdc;
    padding: 10px;

}



#toggle-content {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
}



#toggle-content:hover {
    background-color: #e84393;
}

.op {
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    margin-top: 70px;
}

/* div .card {
    border: 3.5px solid #e84393;
} */

.contact .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;

}

.contact .row .content {
    flex: 1 1 30rem;
    padding: 4rem;
    padding-bottom: 0;
}

.contact .row .form {
    flex: 1 1 45rem;
    padding: 2rem;
    padding-bottom: 0;
    margin: 2rem;
    margin-bottom: 0;
}

.contact .row .form .box {
    padding: 1.5rem;
    margin: 1rem 0;
    background-color: pink;
    /* Dark background for input fields */
    color: #000;
    /* Dark text for typing */
    text-transform: none;
    font-size: 1.7rem;
    width: 100%;
    cursor: pointer;
    border: 1px solid #555;
    /* Subtle border for input fields */
    border-radius: 5px;
    /* Rounded corners for inputs */
}

.contact .row .form .box::placeholder {
    color: gray;
    /* Light gray for placeholder text */
    text-transform: capitalize;
}

.contact .row .form .message {
    height: 15rem;
    resize: none;
    cursor: pointer;
    background-color: pink;
    /* Matches the input fields */
    color: #000;
    /* Dark text for typing */
    border: 1px solid #555;
    border-radius: 5px;
}

.contact .row .content .title {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 2rem;
    font-size: 3rem;
    margin-left: 2.7rem;
    cursor: pointer;
}

.contact .row .content .info h3 {
    display: flex;
    align-items: center;
    padding: 1rem o;
    color: black;
    font-size: 1.5rem;
    font-weight: normal;
    cursor: pointer;
    font-weight: bold;
}

.contact .row .content .info h3 i {
    padding-right: 1rem;
    color: #e84393;
    padding: 1rem;
    cursor: pointer;
}

.on1 {
    padding: 0.7rem 3rem;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 2rem;
    border-radius: 5rem;
}

.button1:hover {
    background-color: #e84393;
    color: white;
}

.footer .box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer .box-container .box {
    flex: 1 1 25rem;
}

.footer .box-container .box h3 {
    color: #333;
    font-size: 2.5rem;
    padding: 1rem 0;
    cursor: pointer;

}

.footer .box-container .box a {
    display: block;
    color: #666;
    font-size: 1.5rem;
    padding: 1rem 0;
    text-decoration: none;
}

.footer .box-container .box a:hover {
    color: var(--pink);
}

.footer .box-container .box img {
    margin-top: 1rem;
    height: 50px;
    width: 50%;
}

.footer .credit {
    text-align: center;
    padding: 1.5rem;
    margin-top: 1.5rem;
    padding-top: 2.5rem;
    font-size: 2rem;
    color: #333;
    border-top: 1rem solid rgba(0, 0, 0, .1);
    cursor: pointer;
    font-weight: bold;
}

.footer .credit span {
    color: #e84393;
}

::-webkit-scrollbar {
    width: 12px;
}


::-webkit-scrollbar-track {
    background-color: pink;
    border-radius: 6px;
}


::-webkit-scrollbar-thumb {
    background-color: #ff69b4;
    border-radius: 6px;
}


::-webkit-scrollbar-thumb:hover {
    background-color: #e84393;
}

.icon:hover {
    color: #e84393;
}

.card {
    cursor: pointer;
    height: 100%;


}

.review .form1 {
    flex: 1 1 45rem;
    padding: 2rem;
    padding-bottom: 0;
    margin: 2rem;
    margin-bottom: 0;
}

.review .form1 .box {
    padding: 1.5rem;
    margin: 1rem 0;
    background-color: pink;
    /* Dark background for input fields */
    color: #000;
    /* Dark text for typing */
    text-transform: none;
    font-size: 1.7rem;
    width: 100%;
    cursor: pointer;
    border: 1px solid #555;
    /* Subtle border for input fields */
    border-radius: 5px;
    /* Rounded corners for inputs */
}

.review .form1 .box::placeholder {
    color: gray;
    /* Light gray for placeholder text */
    text-transform: capitalize;
}

.review .form1 .message {
    height: 15rem;
    resize: none;
    cursor: pointer;
    background-color: pink;
    /* Matches the input fields */
    color: #000;
    /* Dark text for typing */
    border: 1px solid #555;
    border-radius: 5px;
}

.heading {
    text-align: center;
    font-size: 50px;
    color: black;
    font-weight: bold;
    border-bottom: 0.1rem solid #fff4;
    cursor: pointer;
}


.heading span {

    color: #e84393;
}

.btn {
    padding: 0.7rem 3rem;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    margin-top: 1rem;
    font-size: 1rem;
    border-radius: 5rem;
    height: 50px;

}

.btn:hover {
    background-color: #e84393;
    color: white;
}

.card:hover {
    background-color: pink;
}



@media (max-width : 1024px) {
    header .logo {
        display: flex;
        float: start;
    }

    header .logo span {
        margin-left: 5px;
    }

    header .fa-bars {
        display: block;
        margin-right: 10px;
    }

    header #toggler:checked~.navbar {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    header .navbar a {
        display: block;
    }



}

@media (max-width : 1141px) {

    header .navbar a {
        font-size: 10px;
        text-align: center;
    }
}


@media (max-width : 897px) {
    .heading {
        font-size: 40px;
    }
}

@media (max-width : 446px) {
    .heading1 {
        font-size: 20px;
    }

    .footer .box-container .box {
        text-align: center;
    }
}

@media (max-width : 540px) {

    header .welcome1 {
        margin-right: 80px;
    }
}


@media (max-width : 994px) {
    header .welcome1 {
        margin-right: 80px;
    }
}

@media (max-width : 540px) {
    header .welcome1 {
        margin-right: 50px;
    }
}

@media (max-width : 526px) {
    header .welcome1 {
        position: relative;
        right: 25px;
    }
}

@media (max-width : 412px) {
    header .welcome1 {
        margin-right: 60px;
    }
}











@media (max-width:991px) {
    html {
        font-size: 55%;
    }

    header {
        padding: 2rem;
    }

    section {
        padding: 2rem;
    }

    .Home {
        background-position: left;
    }
}

@media (max-width:768px) {
    header .fa-bars {
        display: block;
    }

    header {
        padding: 2rem;
    }

    header .navbar {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        background-color: #eee;

        border-top: .1rem solid rgba(0, 0, 0, .1);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }


    header #toggler:checked~.navbar {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }

    header .navbar a {
        margin: 2px;
        padding: 1.5rem;
        background-color: #fff;
        border: .1rem solid rgba(0, 0, 0, .1);
        display: block;
    }


    .Home .content h3 {
        font-size: 5rem;

    }

    .Home .content span {
        font-size: 2rem;
    }

    .icon-container .icons h3 {

        font-size: 2rem;
    }

    .icon-container .icons span {

        font-size: 1.7rem;
    }


}

@media (max-width:450px) {
    html {
        font-size: 50%;
    }

    .heading {
        font-size: 3rem;

    }

}

@media (max-width:350px) {
    html {
        font-size: 50%;
    }

    .heading {
        font-size: 3rem;

    }




}

/* .open {

    background-color: pink;
} */

.cop {
    color: palevioletred;
    font-size: 15px;
    padding: 10px;
}

.ok {
    color: palevioletred;
    padding: 10px;
    margin-top: 50px;

}

.ok1 {
    color: palevioletred;
    padding: 10px;


}

.fd {
    margin: 2px;
}

.kit {
    margin-top: 10px;
}

.gho {
    border: 3px rgb(212, 50, 104);
    /* height: 555px;
    position: relative;
    top: 60px; */

}

.ima {
    width: 100%;
    height: 255px;
}

.butt {
    background-color: #c04b79;

    margin-left: 10px;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: white;
    border: solid 2px black;
    margin-top: 50px;
}

.butt:hover {
    background-color: white;
    color: black;
}

.butt1 {
    background-color: #e06f98;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    color: white;
    border: solid 2px black;
    margin-top: 30px;
}

.butt1:hover {
    background-color: white;
    color: black;
}



.gho img {
    height: 100%;
}

.card h1 {
    font-size: 40px;
    font-weight: bold;
    color: black;
}

.add-to-wishlist {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    /* Space between icon and text */
    color: black;
    /* Wishlist color (adjust to your theme) */
    text-decoration: none;
    font-size: 50px;
    /* Font size */
    padding: 5px 10px;
    /* Padding for clickable area */
    border-radius: 5px;
    /* Rounded edges */
    transition: background-color 0.3s ease, color 0.3s ease;
}

.add-to-wishlist i {
    font-size: 50px;
    /* Icon size */
    margin-top: 50px;
}

.add-to-wishlist:hover {
    background-color: #ffe5e0;
    /* Light background on hover */
    color: #ff4d80;
    /*   Darker wishlist color on hover */
}

.tri {
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 200px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    cursor: pointer;
}

.tri option {
    color: black;
    /* Default color for options */
    font-weight: bold;
    /* Adjust font-weight of options */
    font-size: 15px;

    text-align: center;
    padding: 20px;


}



.container {
    width: 100%;
    display: flex;
    height: 100%;
}

.image-section {
    flex: 1;
    background: #e45e90 url('https://via.placeholder.com/500x500') no-repeat center center;
    background-size: cover;
}

.form-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    padding: 40px;
    justify-content: center;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.form-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e06f98;
}

.form-section p {
    font-size: 14px;
    margin-bottom: 30px;
    color: #666;
}

.tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tabs button {
    flex: 1;
    border: none;
    background: none;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.tabs button.active {
    background: #e45e90;
    color: #fff;
    border-radius: 5px;
}

.form-container {
    display: flex;
    flex-direction: column;
    background-image: url('Untitled design (3).png');
    background-size: cover;
    /* Ensures the image covers the container */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
    background-position: center;
    /* Centers the image */
    width: 800px;
    /* Sets the width to 500px */
    height: 900px;
    /* Sets the height to 500px */
}

.form-container form {
    display: none;
}

.form-container form.active {
    display: block;
}

.form-container input {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #e45e90;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    background: #f0abc4;
    color: #fff;
    transition: box-shadow 0.3s;
}

.form-container input:focus {
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(228, 94, 144, 0.8);
}

.form-container button {
    width: 100%;
    padding: 12px;
    background: #e45e90;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.form-container button:hover {
    background: #c04b79;
}

.form-links {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.form-links a {
    color: #e45e90;
    text-decoration: none;
    font-size: 12px;
}

.form-links a:hover {
    text-decoration: underline;
}

/* Add this CSS for the button animation */
@keyframes buttonHover {
    0% {
        transform: scale(1);
        background: #e45e90;
    }

    50% {
        transform: scale(1.1);
        background: #c04b79;
    }

    100% {
        transform: scale(1);
        background: #e45e90;
    }
}

.form-container button {
    width: 50%;
    padding: 12px;
    background: #e45e90;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
    animation: none;
}

.form-container button:hover {
    animation: buttonHover 0.6s ease-in-out;
    background: #c04b79;
    /* Change color when hovered */
}

/* Optional: Enhance the button animation by adding a smooth shadow transition */
.form-container button {
    transition: box-shadow 0.3s, background-color 0.3s;
}

.form-container button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container {
    overflow: hidden;
}

.changecolor {
    margin-left: 10px;
    margin-top: 10px;

}

.changecolor:hover {
    color: #e84393;
}

.secimage {
    background-image: url('images/login\ image.jpeg');
    height: 300px;
    background-size: cover;
}

/* .icon{
    position: relative;
    top: 2px;
    margin-right: 3px;
} */




.welcome1 {
    position: relative;
    left: 50px;
    top: 3px;
}

/* General container styling */
.d-flex {
    display: flex;
    align-items: center;
    position: relative;
    /* Required for positioning dropdown */
}

/* Styling the Welcome text */
.welcome {
    position: relative;
    cursor: pointer;
}

/* Dropdown menu (initially hidden) */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Position below the "Welcome" text */
    left: 0;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: center;
}

/* Logout button styling */
.logout-button {
    background-color: #e45e90;
    color: white;
    border: none;
    /* border-radius: 4px; */
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.logout-button:hover {
    background-color: WHITE;
    color: #e06f98;
    border: 2px solid #e45e90;
}

/* Show the dropdown menu when hovering over the "Welcome" container */
.welcome:hover .dropdown-menu {
    display: block;
}

.containerr {
    width: 1000px;
    margin: auto;
    transition: 0.5s;
}


.shopping {
    position: relative;
    text-align: right;
}

.shopping img {
    width: 40px;
}

.shopping span {
    background: red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -5px;
    left: 80%;
    padding: 3px 10px;
}

.list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 50px;
}

.list .item {
    text-align: center;
    background-color: #DCE0E1;
    padding: 20px;
    box-shadow: 0 50px 50px #757676;
    letter-spacing: 1px;
}

.list .item img {
    width: 90%;
    height: 430px;
    object-fit: cover;
}

.list .item .title {
    font-weight: 600;
}

.list .item .price {
    margin: 10px;
}

.list .item button {
    background-color: #1C1F25;
    color: #fff;
    width: 100%;
    padding: 10px;
}

.cartheading {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 50px;
    cursor: pointer;
}

.cartheading span {
    color: #e84393;
}

.mapheadingg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-top: 50px;
    cursor: pointer;
}

.mapheadingg span {
    color: #e84393;
}

.modal-dialog {
    max-width: 400px;
    /* Increased width */
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    /* Use flexbox for centering */
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Center content vertically */
}

.modal-title {
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-close {
    color: #6c757d;
}

.modal-body {
    padding: 20px;
}

.modal-body h4 {
    font-weight: bold;
}

h2 {
    margin-bottom: 15px;
    color: #333;
}

.form-label {
    font-weight: 600;
}

.form-control {
    border-radius: 10px solid var(--pink);
}

.radio-group {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.radio-group label {
    margin-right: 15px;
}

.modal-footer {
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.btn-ondary {
    background-color: palevioletred;
    border-color: #6c757d;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: black;
    border-color: #c04b79;
}

.form-group {
    font-size: 14px;
    margin-top: 30px;
}

.changecolor {
    color: black;
    transition: color 0.3s;
}

.changecolor.active {
    color: #e84393;
}

.product-selection h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 30px;

}

.table thead tr th {
    font-size: 25px;
    
    margin-top: 20px;
}
.table tbody tr td {
    font-size: 15px;
    margin-top: 30px;
}
.comparebtn {
    background-color: #e84393;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 50px;
    text-align: center;
    font-size: 13px;
    color: white;
    border: solid 2px black;
    margin-top: 30px;
    font-weight: bold;
    padding: 10px;
}

.comparebtn:hover {
    background-color: white;
    color: black;
}
