.navbarr {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbarr-item {
    margin: 10px;
}

a:link {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    color: darkred;
    text-decoration: none;
}
a:active {
    color: black;
    text-decoration: none;
}

.centre-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

#rounded-input {
    display: flex;
    z-index: 3;
    min-height: 44px;
    background: white;
    border: 1px solid #5f6368;
    box-shadow: none;
    border-radius: 24px;
    margin: 0 auto;
    width: 638px;
    width: 638px;
    max-width: 584px;
    margin-top: 30px;
}

#google-search-button {
    background-color: rgb(225, 224, 224);
    border: 1px solid rgb(225, 224, 224);
    border-radius: 4px;
    color: black;
    font-family: 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;
    margin-top: 10px;
}

.h1-advanced {
    color: #d93025;
    font-size: 20px;
    margin: 25px 35px;
}

.line {
    border-bottom: 2px solid #ebebeb;
}

.h2-advanced {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333333;
    margin-left: 10px;
}

.div-advanced {
    margin: 25px;
}

.row-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    margin-left: 9px;
}

.left {
    width: 200px;
}

.right {
    width: 385px;
}

.p-advanced {
    font-size: 13px;
    vertical-align: center;
}

.btn-advanced {
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #4d90fe;
    border: 1px solid #3079ed;
    color: #fff;
}

.btn-div {
    display: flex;
    justify-content: end;
    width: 595px;
    margin-top: 30px;
}