body {
    margin: 0;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

p {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

footer {
    background-color: #15202b;
    color: white;
    margin-top: 15vh;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: black;
}

.main_home {
    width: 100%;
    height: 100vh;
    background-color: #15202b;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    color: white;
}

.center {
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
}

.portfolio {
    width: 100%;
}

.mrg_0 {
    margin: 0px;
}

.portfolio>h3 {
    color: #ff4343c0;
}

.portfolio>h2 {
    color: rgba(255, 255, 255, 0.897);
}

.social {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    bottom: 0px;
}

.social>a>img {
    margin-right: 1vw;
    width: 40px;
}


.container {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
}

.ccontainer {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    text-align: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.outSumary {
    background-color: #15202b;
    position: sticky;
    position: -webkit-sticky;
    display: flex;
    display: -webkit-flex;
    top: 0;
    height: 30px;
    border-bottom: solid black 1px;
    font-family: 'Alkalami', serif !important;
}

.summary {
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 50px;
    margin: auto;
}

.summary>a {
    width: 50px;
    color: white;
    height: 20px;
}

.about>h2 {
    color: rgba(255, 67, 67, 0.753);
    margin: 0px;
    margin-top: 25px;
}

.about>h1 {
    margin: 0px;
}

.about>img {
    max-width: 250px;
    margin: auto;
    border-radius: 1000px;
    margin-top: 15px;
}

.knowledge {
    margin-top: 25px;
}

.block01>img {
    width: 60%;
    max-width: 320px;
}

.aglomeration {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 39%;
    max-width: 480px;
}

.agl_right {
    margin-left: 100px;

}

.aglomeration>img {
    display: flex;
    display: -webkit-flex;
}

.agl_right>img {
    max-width: 40px;
}

.aglomeration>h3 {
    margin-bottom: 0px;
}

.paragraph {
    text-align: center;
    margin-top: 15px;
    line-height: 25px;
}

.block01 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    max-width: 1200px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.formation {
    margin-top: 150px;
    margin-bottom: 150px;
}

.agl_left {
    margin-right: 100px;
}

.agl_left>img {
    max-width: 80px;
}

.strengthts {
    max-width: 1200px !important;
}

.box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1200px;
    margin-top: 100px;
}

.small_box {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    width: 322px;
    margin: auto;
    height: 370px;
    background-color: transparent;
    margin-bottom: 20px;
    border-radius: 23px;
    text-align: justify;
    background-image: url("https://global-uploads.webflow.com/5dd3495558fd7f3d1fcb52bc/605200ca638f38edafded84c_Rectangle%20482.svg");
}

.small_box:hover {
    box-shadow: 0 4px 8px 0 #5fc2e0, 0 6px 20px 0 #d3e9f0;
}

.margin_box {
    margin: -55px 35px;
}

.margin_box>img {
    height: 160px;
}

.ccdark {
    background-color: #15202b;
    color: white !important;
}

.projects {
    text-align: center;
    margin: auto;
}

.project_divide {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    text-align: center;
    max-width: 500px;
    border: solid 2px;
    border-radius: 20px;
    border-color: white;
    padding: 15px;
    margin: 20px;
}

.project_divide>img {
    max-width: 248px;
    margin: auto;
    margin-top: 20px;
    border: solid 1px;
}

.project_divide>a {
    margin-top: 15px;
    color: white;
}

.project_divide>p {
    margin: auto;
}

.hobby {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin: auto;
}

.hobby>h1 {
    margin: 20px auto;
}

.container_hobby {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    margin: 20px;
    max-width: 500px;
    text-align: center;
    margin-top: 40px;
}

.container_hobby>h3 {
    margin: auto;
}

.container_hobby>img {
    margin: auto;
    border: solid #15202b 15px;
    border-radius: 10px;
    max-width: 320px;
    width: 100%;
}

.container_hobby>a {
    margin-top: 20px;
}

.addFriend {
    color: #ffffff;
    background-color: #769656;
    font-size: 19px;
    border: 1px solid #769656;
    border-radius: 11px;
    padding: 15px 50px;
    cursor: pointer;
    max-width: 220px;
    margin: auto;
}

.addFriend:hover {
    background-color: #83a75f;
}