.youtube-img:hover {
    background-color: #dfdfe2;
    border-radius: 50%;
}

.search-bar {
    margin: 2px;
    padding: 4px;
    border-radius: 12px;
    height: 45px;
    margin-left: 125px;
    border: 1px solid darkgrey;
    font-family: 'Roboto', sans-serif;
}

.search-bar:hover {
    border-color: blue;
}

.search-img {
    margin-left: 210px;
    margin-left: 55px;
}

.search-img:hover {
    border-radius: 50%;
    background-color: #dfdfe2;
}

.questionMark-img {
    border-radius: 50%;
    margin-left: 20px;
}

.questionMark-img:hover {
    border-radius: 50%;
    background-color: #dfdfe2;
}

.user-profile {
    border-radius: 50%;
    margin-left: 20px;
}

.details {
    display: flex;
}

.title {
    display: flex;
    flex-direction: column;
}

.cards:hover {
    padding: 20px 10px 10px 10px;
    background-color: #d1e0e0;
    border-radius: 5px 5px 5px 5px;
    color: black;
}

.footer-text {
    text-decoration: none;
}