* {
    padding: 0;
    margin: 0;
}

body {
    box-sizing: border-box;
    background-color: #f5f5f5;
    line-height: 1;
    text-align: center;
}

.container-center {
    margin: 20px auto;
    max-width: 1024px;
    font-size: 18px;
    line-height: 1.5;
    background-color: #ffffff;
    box-shadow: 10px 10px 40px -1px rgb(0 0 0 / 23%);
}

header {
    background-color: slategray;
    width: auto;
    height: auto;
    text-align: center;
}

.container__info {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image {
    margin: 10px;
    width: 250px;
    height: 250px;
    border: 10px solid gray;
    border-radius: 50%;
}

ul {
    list-style-type: none;
}

p {
    text-align: left;
}

section {
    margin: 20px;
    padding: 20px;

}

img {
    width: 73px;
    height: 26px;
}

.js {
    text-align: left;
}

.container__footer {
    width: auto;
    height: 50px;
    display: flex;
    justify-content: space-around;
    background-color: slategray;
}

.github {
    text-decoration: none;
}
