*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container img{
    width: 100px;
    background-color: yellow;
    border-radius: 50%;
}
.fb{
    width: 300px;
    height: 50px;
    border-radius: 20px;
    background-color: rgb(133, 127, 127,0.5);
}
.fb a{
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color:white;
}
.fb a img{
    width: 30px;
}