@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
	font-family: "Nunito", sans-serif;
}

#image {
	width: 20%;
	border-radius: 50%;
	margin: 1rem;
	border: 5px solid white;
}

.head {
	background-color: #666666;
	display: flex;
	align-items: center;
}

.text {
	color: white;
	margin-left: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.text h1 {
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 0.5rem;
}

.text h1,h3 {
	margin: 0;
}

.text h3 {
	font-size: 3vw;
	letter-spacing: 1rem;
	
}

.head1 {
	background-color: #cccccc;
	text-align: center;
	height: 9vh;
}

.head1 h1 {
	margin: 0;
	padding: 0.5rem;
	color: #666666;
	font-size: 2.8vw;
}

.logo img {
    width: 2.5rem;
    margin: 1rem;
    margin-left: 4rem;
    background-color: white;
    border-radius: 50%;
}
 

.division {
	display: flex;
	justify-content: space-around;
}

.langdiv {
	margin: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.heading {
	background-color: #cccccc;
	text-align: center;
	height: 9vh;
}

.heading h1 {
	margin: 0;
	padding: 0.5rem;
	color: #666666;
	font-size: 2.8vw;
}

.first img {
	width: 150px;
	height: 200px;
}


.outerDiv {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.outerDiv .first {
	width: 33.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 0.15rem solid rgba(0,0,0,0.1);
}

.first h3 {
	margin-top: 1rem;
	font-size: 1.2vw;
}

.first h4 {
	font-size: 1vw;
	margin: 0.2rem;
}

.heading1 h1 {
	margin: 0;
	padding: 0.5rem;
	color: #666666;
	font-size: 2.8vw;
}

.heading1 {
	background-color: #cccccc;
	text-align: center;
}

.skill {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	text-align: center;
}

.skillinner img {
	border-radius: 1rem;
	width: 16vw;
	margin-top: 1rem;
}

.skill .skillinner {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 0.15rem solid rgba(0,0,0,0.1);
}

.c {
	font-size: 1vw;
    display: flex;
}
.c img {
	width: 10%;
	margin-left: 0.5rem;
	max-width: 8%;
	max-height: 8vh;
}

.c {
	display: flex;
	width: 70vw;
}

.a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border: 0.15rem solid rgba(0,0,0,0.1);
}

#date {
	
	width: 10vw;
    margin-left: 1rem;	
}

#sec {
	margin: 0;
	margin-left: 2rem;
	margin-bottom: 1rem;
}

.c1 {
	display: flex;
	flex-direction: row;
}

.header {
	display: flex;
	align-items: center; 
}

.header img {
	width: 6rem;
	border-radius: 50%;
	margin: 0.5rem 0.5rem 0.5rem 2rem;
}

.title {
	display: flex;
	justify-content: space-between;
	border: 0.15rem solid rgba(0,0,0,0.1);
}

.lang {
	margin-right: 1rem;
}

.name-link {
	text-decoration: none;
	color: black;
}

.parent-hobby {
	display: flex;
	align-items: center;
}

#hobby {
	padding: 0.5rem 0rem 0.5rem 0rem; 
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.circle-hobby {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: black;
	margin-right: 0.2rem;
}

#color0 {
	background-color: red;
}

#color1 {
	background-color: lightgreen;
}

#color2 {
	background-color: blue;
}

#color3 {
	background-color: violet;
}

#color4 {
	background-color: indigo;
}
