input.search{
    border-radius: 10px;
    border: none;
    outline: none;
    width: 38%;
    font-size: 17px;
    padding: 17px 15px 17px 15px;
    margin: 15px 0px 50px 0px;
    box-shadow: 1px 1px 7px 1px rgb(170, 170, 170);
}
div.bookmark{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
}
main{
    display: flex;
    align-items: center;
    justify-content: center;
}
form{
    text-align: center;
}
p{
    font-size: 10px;
    margin: 0;
}
button.link-item{
    border: none;
    background-color: #f9f9fb;
    border-radius: 10px;
    padding: 60px;
    margin: 0px;
    min-width: 5%;
    position: relative;
}
button.link-item:hover{
    background-color: rgba(212, 212, 212, 0.596);
    transition: all 0.5s;
    z-index: 999;
}
img.icon{
    padding: 12px;
    width: 55px;
    box-shadow: 1px 1px 6px 1px rgb(170, 170, 170);
    border-radius: 10px;
}
button.icon{
    border: none;
    background-color: transparent;
    margin: 10px;
    position: absolute;
    z-index: 1;
}
button.menu-bt{
    border: solid;
    width: 28px;
    height: 28px;
    right: 2px;
    position: absolute;
    background-color: transparent;

}
ul{
    list-style: none;
}
body{
    text-align: center;
    background-color: #f9f9fb;
}
img.heads{
    margin: 10% 0 2% 0 ;
}