*{
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}
body{
    background-color: black;
    color: white;
}
.logo > a{
font-size: 30px;
/* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
 */
font-family: 'Bebas Neue', cursive;
text-decoration: none;
color: white;
}
.navbar-nav a{
    text-decoration: none;
    color: rgb(219, 219, 219);
    margin-left: 25px;
    margin-right: 25px;
    font-weight: bold;

}
.nav-link:hover{
    border-bottom: 1px solid white;
    /* color: ; */
    color: rgb(219, 219, 219);
}

sup{
    font-family: sans-serif;
    font-size: 20px;
}
.content-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.search{
    border: solid rgba(255, 0, 0, 0) 2px;
    background-color: rgba(255, 255, 255, 0);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    width: 500px;
    height: 40px;
}
.searchbar{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;


}
.searchbtn{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border: solid rgba(255, 0, 0, 0) 2px;
}
.mic{
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 2px solid red; */
    height: 50px;
    width: 40px;
    border-radius: 100%;
}
.extra{
display: flex;
justify-content: space-evenly;
align-items: center;

}
.title-logo{
/* border: 2px solid red; */
width: 400px;
display: flex;
font-family: sans-serif;
margin-left: 40px;
/* justify-content: space-around; */
align-items: center;
}
.sub{
margin-right: 40px;
}
.title-logo>img{
border-radius: 100%;
height: 100px;
width: 100px;
}
.title-text{
/* border: 2px solid yellow; */
display: flex;
justify-content: center;
flex-direction: column;
margin-left: 10px;
}
.title{
display: flex;
justify-content: space-between;
align-items: center;
}

/*  */
.content-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.content-item img{

    border-radius: 10px;
}
.content-item a{
    color: white;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
