body
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}
.container
{
    display: flex;
    height: 80vh;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
h1
{
    font-size: 4rem;
    color: rgb(61, 43, 226);
}
#delete
{
    position: absolute;
    right: 460px;
    top: 34px;
    border: none;
    font-size: 1.6rem;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    cursor: pointer;
}
#delete:active
{
    transform: translateY(2px);

}
.textSmall
{
    font-size: 1.1rem;
}
#container-text
{
    height: 40px;
    width: 40%;
    border-radius: 20px;
    border: 1px solid gray;
    outline: none;
    text-indent: 70px;
    font-size: 1.5rem;
    background: url(google.png) no-repeat left;
    background-size: 30px;
    background-position: 20px;
}


img{
    height: 20px;
    width: 20px;
}

#button
{
    /* height: 5vh; */
    width: 15vw;
    padding: 10px;
    margin: 30px;
    border-radius: 30px;
    font-size: 2rem;
    outline: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background-color: rgb(184, 175, 175);
    text-align: center;
    /* transition: 2s  all; */
}
#button:hover
{
    transform: translateY(5px);
    background-color: rgb(79, 206, 199);
}
#button:active
{
    transform: translateY(10px);
}

#footer
{
    position: fixed;
    bottom: 0;
    padding: 20px;
    width: 100%;
    font-size: 2.1rem;
    text-align: center;
    /* background-color: red; */
}

                        /* Search  */


.header
{
    background-color: rgb(226, 217, 217);
    display: flex;
    height: 60px;
    border-bottom: 1px solid black;
    padding: 20px;
}
#index-header
{
    text-decoration: none;
    align-self: center;
}
#header-title
{
    font-size: 2rem;
    margin-left: 20px;
    color: blue;
}
#header-title:hover
{
    transform: scale(1.3);
}
#header-text
{
    color: black;
    width: 50%;
    height: 40px;
    margin-left: 20%;
    align-self: center;
    font-size: 1.7rem;
    outline: none;
    text-indent: 70px;
    border-radius: 50px;
    background: url(google.png) no-repeat;
    background-size: 30px;
    background-position: 20px;
} 
::placeholder
{
    text-align: center;
}
#header-text:hover
{
    box-shadow: 1px 5px #dbcece;
}

.body-container
{
    background-color: rgb(20, 18, 18);
    width: 100vw;
    height: 100%;
    color: whitesmoke;
    padding-top: 3%;
    display: flex;
    display: none;

}
.body-image
{
    text-align: center;
    width: 36%;
    position: absolute;
    top: 20%;
    right: 1%;
    border-left: 1px solid whitesmoke;
}

img
{
    width: 200px;
    height: 160px;
    padding: 5px;
    border-radius: 10px;
}
img:hover
{
    cursor: pointer;
    transform: scale(1.3);
}
#img1
{
    width: 250px;
    height: 250px;
    /* background-color: brown; */
}
.search-link
{
    margin-left: 8%;
    color: white;
    text-decoration: none;
    /* background-color: red; */
    width: 80vw;
}
.search-title
{
    font-size: 1.8rem;
    /* background-color: whitesmoke; */
    text-decoration: none;
    display: inline-block;
    width: 30%;
    margin-left: 7.5%;
    padding: 10px;
    color: rgb(43, 43, 207);
}
.search-title:hover
{
    text-decoration: underline;
    cursor: pointer;
}
.search-des
{
    font-size: 1.1rem;
    /* background-color: rgb(88, 64, 64); */
    width: 50vw;
    margin-bottom: 20px;
    margin-left: 8%;
    padding-bottom: 20px;
    border-bottom:1px solid whitesmoke;

}

.news-container
{
     height: 230px;
    display: flex;
    text-align: center;
    overflow: hidden;
}
.news
{
    /* background-color: blue; */
    border-right: 2px solid black;
    width: 300px;
    padding: 25px;
}
#news1
{
    margin-left: 150px;
}
.news-link
{
    display: inline-block;
    /* background-color: purple; */
    text-decoration: none;
    color: blue;
    padding: 20px;
    cursor: pointer;
    overflow: hidden;
    width: 80%;
   
}
.news-link:hover
{
    color: whitesmoke;
}
#news-last
{
    border: none;
}

@media only screen and (max-width: 950px)
{
    #container-text
    {
        /* background-color: black; */
        width: 75%;
        background-size: 20px;
        height: 30px;
    }
    #button{

        /* background-color: red; */
        width: 130px;
        font-size: 1.5rem;
    }
    #footer
    {
        /* background-color: red; */
        font-size: 1.5rem;
        padding: 5px;
    }
    h1
    {
        font-size: 2.5rem;
    }
    .header
    {
        /* background-color: red; */
        height: 15px;
        /* padding: 15px; */
    }
    #header-title
    {
        /* background-color: red; */
        font-size: 1.1rem;
        margin-left:0px ;

    }
    .textSmall
    {
        font-size: 0.8rem;
    }
    #header-text
    {
        /* background-color: red; */
        /* align-self: flex-end; */
        width: 50vw;
        height: 25px;
        margin-left: 8%;
        background-size: 20px;
        font-size: 1.2rem;
        text-indent: 44px;
    }
    #delete
    {
        display: none;
    }
    .body-container
    {
        /* background-color: red; */
        padding-top: 10%;
        /* text-align: center; */
    }
    .body-image
    {
        display: none;
    }
    .news-container
    {
        display: none;
    }
    .search-link
    {
        width: 40vw;
        font-size: .8rem;
        margin-left: 10%;
    
    }
    .search-title
    {
        /* background-color: red; */
        font-size: 1.2rem;
        width: 60%;
    }
    .search-des
    {
        font-size: 0.7rem;
    }
    .search-des
    {
        /* background-color: red; */
        margin-left: 11%;
        width: 70vw;
    }
}