*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li, .btn-outline-success, .btn-warning{
    margin-left: 10px;
}
.btn-outline-success{
    border-radius: 35px;
}
ul li a:hover{
    border-bottom: 2px solid orange;
}
.center{
    align-items: center;
    margin-bottom: 25px;
}
#hero_img{
    background-image: url('https://community.intel.com/t5/image/serverpage/image-id/41883iC17B5221ADEEA939/image-size/large?v=v2&px=999&whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright');
    height: 100%;
}
#orange, span{
    color: #e94914;
}
.img-fluid{
    width: 100%;
    height: 450px;
}
.fw-bold{
    color:white;
    font-weight: bolder;
    font-size: 75px;
}
.mx-1{
    color: white;
}
.btn-lg{
    background: linear-gradient( 35deg,#e94914,#f97525);
    border:none;
    width:150px;
    text-align: center;
    color:white;
}
.fw_bold{
    font-weight: bolder;
    font-size: 68px;
}
.paragraph{
    font-size: 15px;
}

.carousel-item{
    width: fit-content;
    margin-left: 70px;
    height: 450px;
    margin-bottom: 40px;
}
#body_img{
    background-image: url('https://t4.ftcdn.net/jpg/07/10/03/55/360_F_710035550_xDC7pnuDjJPiQaCFEqlB3eyL8ea4L4Ae.jpg');
}

.text_white{
    font-weight: bolder;
    font-size: 40px;
    color: white;
}
iframe{
    border-radius: 20px;
}
.b_r{
    border-right: 1px solid black;
}
