html {
    padding: 0;
    margin: 0;
}

body {
    background-color: whitesmoke;
    padding: 0;
    margin: 0;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: "Nunito Sans", sans-serif;
}

a {
    text-decoration: none;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
}

div.image {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin: 15px auto 20px auto;
    border: 3px solid green;
    overflow: hidden;
}

div.image img {
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    /* height: 80px; */
    border: 1px solid #ececec;
    margin-bottom: 22px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    position: relative;
    padding: 10px 8px 10px 48px;
    line-height: 24px;
}

.container a,
.container a:hover {
    display: block;
    color: #000000;
    text-decoration: none;
}

.box:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-right: 1px solid #e6e6e6;
    background-color: #f8f7f7;
    text-align: center;
    /* line-height: 80px; */
    display: flex;
    justify-content: center;
    /* justify-items: center; */
    align-items: center;

}

.box.menu:before {
    content: "\f0c9";
}

.box.video:before {
    content: "\f04b";
}

.box.audio:before {
    content: "\f130";
}

.social {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 25px;
}

.social a.instagram {
    font-size: 18px;
    line-height: 30px;
    display: flex;
    gap: 7px;
}

.social a.instagram:before {
    content: "\f16d";
    font-weight: 400;
    font-family: "Font Awesome 6 Brands";
    line-height: 30px;
    font-size: 24px;
}