.header__link {
	display: block;
	line-height: 3rem;
	height: 3rem;	
	font-weight: bold;
	font-size: 1.3rem;
	text-decoration: none;
	padding: 0 2rem;
}
.header__content {
		display: flex;
		justify-content: end;
		gap: 15px;
	}
.btn_01__account:active, .btn_01__account:hover, .btn_01__account:link, .btn_01__account:visited {
	color: white;
}
.btn_01__logout:active, .btn_01__logout:hover, .btn_01__logout:link, .btn_01__logout:visited {
	color: black;
}
.btn_01 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	-webkit-font-smoothing: antialiased;
	border: none;
	background-color: #00F2A9;
	color: #5A2398;
	height: 2.6rem;
	border-radius: 1rem;
	padding: 5px 10px;
	cursor: pointer;
	text-decoration: none;
}
.logo_01{
	margin-right: auto;
}

.btn_01__logout{
	background-color: aliceblue;
	
}