.navbar{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-item{
    margin: 10px;
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: black;
  }
  
  /* mouse over link */
  a:hover {
    color: red;
  }
  
  /* selected link */
  a:active {
    color: greenyellow;
  }

.div-center{
    display: flex;
    justify-content: center;
    margin-top: 200px;
    margin-bottom: 50px;
}

.div-button{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.round-input{
    display: flex;
    z-index: 3; 
    height: 44px;
    background: #fff;
    border: 1px solid #dfele5;
    box-shadow: none;
    border-radius: 24px;
    margin: 0 auto;
    width: calc(632px + 6px);
    width: 584px;
    max-width: 584px;
}

.button{
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color:grey;
    font-family: Roboto, arial, sans-serif;
    font-size: 14px;
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 54px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.h1-advanced{
    color:#d93025;
    font-size: 20px;
    margin: 25px 35px;
}

.h2-advanced{
    font-size: 16px;
    color: #333333;
    margin: 25px 35px;
}

.div-advanced{
    margin: 50px;
}

.input{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.left{
    width: 300px;
}

.right{
    width: 500px;
}

.p{
    font-size: 13px;
    vertical-align: middle;
    margin: 1px 35px;
}

.button-advanced{
    box-shadow: none;
    background-color: #4d90fe;
    border: 1px solid #4d90fe;
    color: white;
}

.btn{
    display:flex;
    justify-content: flex-end;
    width: 1410px;
}

.llms-list{
    display: flex;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.pro-div-center{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.listname{
    margin-right: 5px;
}

.fusion-llms-list{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px;
}


.container {
    display: flex;
    height: 100%;
}


.middle {
    width: 50%;
    background-color: white;
}
.right {
    width: 50%;
    background-color: white;
}


.top-right {
    position: absolute;
    top: 0;
    right: 0;
}
.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}