@import url('https://fonts.googleapis.com/css2?family=Doto:wght@100..900&family=Gothic+A1:wght@300;400;500;600;700;800&display=swap');

body {
	font-family: "Gothic A1", "Doto", sans-serif;;
	background-color: black;
	font-size: 14px;
	line-height: 1.7;
	word-break: keep-all;
}

div {
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
}

button img {
	width: 70px;
	border-radius: 50%;
}

button img:hover {
	cursor: pointer;
	border-radius: 0%;
}

#me {
	background-color: rgba(0, 0, 0, 0);
	border: none
}

#message {
	max-width: 300px;
}

#message p {
	margin: 0;
}

#message button {
	float: right;
	margin-left: 16px;
}

a {
	text-decoration: none;
}