.page{
    margin: 0;
    padding: 0;
    background-color: black;
    text-align: center;
    font-size: 14px;
    overflow: scroll;
}


.container {
    max-width: 800px;
    max-height: 100%;
    margin: auto;
    color: rgba(255, 141, 0, 0.9);
    font-family: 'Ubuntu Mono', monospace;
	
}


.page::-webkit-scrollbar{
    width: 0;
    height: 0;
}

.title{
    color: rgba(0, 226, 255, 0.90);
    font-size: 24px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: rgba(255, 141, 0, 0.9);
    cursor: pointer;
    font-size: 14px;
}



.header__name {
    color: rgba(242, 0, 255, 0.9);
    font-weight: 400;
 
}

.header__subname {
    font-weight: 400;
    margin: 0;
}


.code {
    font-size: 20px;
    font-weight: 400;
}

.code__title {
    color: rgba(242, 0, 255, 0.9);
}

.skills__list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}



.portfolio__list{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
}

.education__sertificate--link{
    font-size: 10px;
    color: rgba(242, 0, 255, 0.7);
}

