* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #69d1b5;
}
main {
	width: 100%;
	max-width: 360px;
	margin: 80px auto 30px;
	text-align: center;
}

.icon {
	width: 320px;
	margin-bottom: 32px;
}

.icon img {
	width: 100%;
	height: auto;
	border-radius: 300px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	color: #2b2b2f;
	margin-bottom: 32px;
}

.text {
	font-size: 16px;
	margin-bottom: 32px;
	color: #2a3a38;
}

.text p {
	margin-bottom: 0.5em;
}

ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

ul li {
	width: 100%;
}

ul li a {
	display: block;
	background-color: #ffb6b9;
	border-radius: 50px;
	color: #3a2432;
	padding: 24px;
	text-decoration: none;
	font-weight: bold;
	box-shadow: 1px 1px 3px #333;
}

ul li a:hover {
	box-shadow: 0 0 0;
}
