.navbar{
    align-content: center;
}

.navbar-brand{
    height: 90px;
    
}

.nav-item{
    font-size: 20px;
    font-weight: 500;
}



#requestBtn{
    padding: 10px 20px;
    font-size: 22px;
    background-color: black;
    color: white;
}

body{
    background-color: #1D273B ;
    color: white;
}

ul,li{
    margin: 10px;
    
}

#navbar{
    border: 3px solid white;
    border-radius: 40px;
}
#Utd{
    text-align: center;
    font-size: 100px;
    border-bottom: outset;
    border-width: 10px;
    border-color:rgb(8, 15, 200);
    margin-left: 500px;
    margin-right: 500px;
    border-radius: 50px;
    
}

#footer{
    background-color: rgb(0, 0, 0);
}

#CaseStudies,#features,#RequestDemo{
    text-align: center;
    padding-bottom: 50px;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    font-size: 50px;
}

#section2{
    color: beige;
}

.list-group-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.arrow {
    transition: transform 0.2s;
}
.collapsed .arrow {
    transform: rotate(90deg);
}

