body{
    background-image: linear-gradient(to left,black,yellow,black);
    align-items: center;
    overflow-x: hidden;
    
}
#campo{
    background-color: whitesmoke;
    font-family: "Silkscreen",serif;
    font-weight: 100;
    font-size: 15px;


    margin-top: 15%;
    padding: 30px;
    border-radius: 15px;
    width: 50%;

    background-color: whitesmoke;
    font-weight: 100;
    font-size: 15px;
    position:relative;

    margin: 10% 0 10% 25%;
    padding: 30px;
    border-radius: 15px;
    width: 50%;
}
#kbc{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: whitesmoke;
    position: fixed;
    width: 100%;
    top: 0;
    height: fit-content;
    text-align: center;
    padding-left: 10px;
    padding-right:10px;
    border: 10px;
    position: fixed;
    transition: 0.4s;
    margin: -10px;
    z-index: 9;
    margin-bottom: 50px;
}
#kbc > img.logo{
    height: fit-content;
    width: 100%;
    padding-right: 15px;
    border: 10px;
    z-index: 10;
}

#kbc > .footer{
    background: gray;
    width: 100%;
    margin: -10px;
    padding-right: 10px;
    z-index: 9;
    

}


.links{

    color: rgb(255, 255, 255);
    text-decoration: none;
    
}

.campo #links {
    display: none;
}

.circulo{
    background-color: darkgray;
    border-radius: 50%;
    z-index: 2;
    height: 50%;
    width: 14%;
}


.imgs{
    height: 20px;
    padding-left: -10px;
    margin-left:15px;
    width: 20px;
}
.div1{
    float: left;
}
.div2{
    float: left;
}
.div3{
    float: left;
}
.div4{
    float: left;
}
.li-link{
    display:inline;
    padding-inline:0px;
    margin: 5px;
}

footer{
    padding-left: 9.4%;
    background-color:black;
    position: absolute;
    margin-left: -10%;
    height: fit-content;
    color: white;
    text-align: center;
    align-items: center;
    width: 100%;
    
}
footer > .li-link > a{
    font-size: 200px;
}
