@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500700;900&display=swap');
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Outfit", sans-serif;
}
section{
	min-height: 100vh;
	background: gray;
}
.flex-container{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	margin-right: 100px;
}
.logo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 330px;
	padding-top: 40px;
}
.article{
	margin-top: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	min-width: 330px;
	max-width: 480px;
	transform: translateY(6vh);
}
.article p{
	font-size: 19px;
	color: white;
	line-height: 1.3;
	margin-bottom: 23px;
	min-width: 330px;
	max-width: 480px;
}
.image-btn{
	background: none;
	border: none;
	padding: 0px;
	min-width: 50px;
	max-width: 100px;
}
