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

.navbar-brand img {
    height: 30px;
    width: 200px;
}

.search {
    height: 20px;
    width: 30%;
    border-radius: 80px;
    outline: none;
    font-family: "Crimson Text", serif;
    border: 2px solid rgb(44, 43, 43);
}

.search {
    margin-left: -20px;
}

.btn0 {
    height: 30px;
    width: 20%;
    padding-bottom: 10px;
    outline: none;
    border: none;
    background: black;
    color: white;
    border-radius: 110%;
    font-weight: 700;
}

.search {
    margin-top: 5px;
    margin-right: -41px;
}

.nav-item:hover {
    font-weight: 500;
}

.row {
    margin-top: 50px;
}

.line1 {
    font-size: 51px;
    color: rgb(68, 68, 156);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.searchhole {
    height: 40px;
    width: 100%;
    border-radius: 10px;
}

.btn1 {
    height: 40px;
    width: 130px;
    background-color: rgb(66, 66, 168);
    color: white;
    border: none;
    border-radius: 25px;
    margin-left: 18px;
}
.butuns{
    margin-top: 20px;
}
.btns{
    height: 90px;
    padding: 10px;
    margin: 20px;
    color: rgb
}