body {
    background-color:rgb(188, 215, 215);
    display: flex;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 15px;
}
h1 {
    color: rgb(20, 25, 22);
}
#main_menu li {
    display: inline;
}

.list li {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:10px
}
#profile {
    text-align: center;
    width: 300px;
    background-color: rgb(199, 199, 215);
}
#profile * {
    margin: 5px;
}
#profile ul li {
    list-style: none;
}
.avatar {
    width: 150px;
    height: 150px;
}
.name {
    font-size: 2em;
    font-style: italic;
}
.button {
    background-color: rgb(38, 38, 54);
    color: beige;
    padding: 10px;
    font-size: 1.2em;
}


#button_bg_fon {
    color: aliceblue;
    background-color: blue;
    border-radius: 5px;
}

table, th, td {
    border: 1px solid black;
}