*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.bodi{
    background-color: #f6f8fa;
    height: 88vh;
}

.bg{
    background-color: #24292f;
}

.header{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 10px;
    font-size: 35px;
}
.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    gap: 20px;
}
input{
    border: 0.1;
}
.size {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #24292f;
    color: #f6f8fa;
    margin-top: 40px;
}
.imgSize{
    width: 100%;
    /* height: 200px; */
    text-align: center;
    padding: 5px;
}
.buttoon{
    text-decoration: none;
    color: white;
    font-size: 20px;
}
.buttoon:hover{
    background-color: white;
    color: black;
}
/* .cardex{
    height: 250px;
} */

