body {
	font-family: 'Inter', sans-serif;
	margin: 0;
	color: #222;
	box-sizing: border-box;
	width: auto;
}

p {
	margin: 0;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
}

h1 {
	font-size: 1.8em;
	color: #595a5b;
	font-weight: 800;
	padding: 0;
	margin: 0;
}

main {
	background-color: #088e8e;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.discord img {
	width: 80px;
	transition-duration: 0.5s;
}

.discord img:hover {
	transform: scale(1.05);
	background-color: transparent;
}

main h1 {
	color: white;
	padding-top: 50px;
}

.logo {
	transition-duration: 0.5s;
}

.logo img {
	width: 150px;
}

.logo:hover {
	transform: scale(1.05);
	background-color: transparent;
}

@media(min-width: 400px) {
	h1 {
		font-size: 3.5em;
	}
	.picture-container {
		padding: 0 10px 0 0;
	}
}
