.navbar {
    background-color: #FFE3E3;
	height: 8vh;
}

.nav-item {
	font-family: coureir, fantasy;
	font-size: large;
	text-decoration: none;
	color: black;
	padding: 0% 1% 0 1%;
}

.menu {
	width: 50%;
    text-align: center;
}

.language {
	display: inline-flex;
	align-items: center;
}

.liana-font {
    font-family: liana, script;
    font-style: normal;
    font-weight: 400;
}

.s30x30 {
	width: 30px;
	height: 30px;
}

.s50x50 {
	width: 40px;
	height: 40px;
}

.s100x100 {
	width: auto;
	height: 20vh;
}

.section {
	height:92vh;
	width: 100%;
	display: flex;
}

.box-list {
    width: 95vw;
    list-style: none;
    margin-top: 4vh;
    max-height: 80vh;
    overflow: auto;
    align-self: center;
    justify-items: center;
}

.box-list::-webkit-scrollbar {
	-webkit-appearance: none;
}

.box-list::-webkit-scrollbar-button:increment {
	display: none;
}

.box-list::-webkit-scrollbar:vertical {
	width: 10px;
}

.box-list::-webkit-scrollbar-thumb {
	background-color: #797979;
	border-radius: 20px;
}

.box-list::-webkit-scrollbar-track {
	border-radius: 10px;
}

.list-project {
	width: 80%;
	list-style:none;
	padding: 1vh;
	background-color: white;
	margin-bottom: 5vh;
	border-radius: 2vh;
}

.box {
	width: 50vw;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.box-right {
	width: 50vw;
	height: 93vh;
	display: flex;
	translate: 90%;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.gray-box {
	width: 75%;
    padding: 10%;
	text-align: justify;
}

.box-2 {
	width: 80%;
	background-color: #C9E9D2;
    padding: 10vh;
	border-radius: 75%;
}

.hi {
	color: #3C552D;
	font-family: 'Courier New', Courier, monospace;
}

.hi span{
	font-size: xx-large;
	font-weight: bolder;
	padding-left: 2vw;
}

.box-6 {
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 5%;
}

.section-background {
	width: 100%;
	height: 93vh;
	background-color: #789DBC;
}

.content-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.skills {
	margin-left: 2vw;
	display: flex;
	flex-wrap: wrap;
}

.skills div {
    padding: 1vw 2vw;
    margin-right: 1.5rem;
    font-size: small;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 5px;
    font-weight: 600;
    color: #666;
}