﻿body, html {
	height: 100%;
}

body {
	background-color: beige;
}

.text01 {
	font-family: Arial;
	color: black;
	font-weight: 850;
	font-size: 40px;
	text-align: center;
	margin-top: 25px;
}

img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	width: 60%;
	height: auto;
	display:flow;
}

.flex-container{
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.flex-container-index {
	height: 600px;
	width: 450px;
	padding: 10px;
}

