<<<<<<< HEAD
/* Import font */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

/* Navbar-css-style */

* {
    box-sizing: border-box;
}

.welcomeTo {
    background-color: #9370DB;
    opacity: 0.9;
    border-radius: 12px;
    display: block;
    float: left;
    width: 33.33%;
}

.img_welcome {
    width: auto;
    height: auto;
    border-radius: 5px !important;
    display: inline-block;
}

.navbar {
    border-radius: 12px;
    margin: 20px;
    background-color: #9370DB !important;
    color: #eceff4 !important;
}

#logo-navs {
    border-radius: 4px;
    height: 30px;
    width: 35px;
}


/* .carousel {
    margin-top: 20vh !important;
} */

.carousel-inner img {
    width: auto;
    height: auto;
}

.display-1 {
    font-weight: bold !important;
}

.img {
    border-radius: 5px !important;
=======
/* Import font */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

/* Navbar-css-style */

* {
    box-sizing: border-box;
}

.welcomeTo {
    background-color: #9370DB;
    opacity: 0.9;
    border-radius: 12px;
    display: block;
    float: left;
    width: 33.33%;
}

.img_welcome {
    width: auto;
    height: auto;
    border-radius: 5px !important;
    display: inline-block;
}

.navbar {
    border-radius: 12px;
    margin: 20px;
    background-color: #9370DB !important;
    color: #eceff4 !important;
}

#logo-navs {
    border-radius: 4px;
    height: 30px;
    width: 35px;
}


/* .carousel {
    margin-top: 20vh !important;
} */

.carousel-inner img {
    width: auto;
    height: auto;
}

.display-1 {
    font-weight: bold !important;
}

.img {
    border-radius: 5px !important;
>>>>>>> 29690547719a67d162027437a749950ff8e1ba79
}