
html {
	font-family: 'Castoro', serif;
	color:white;
	background-color: #000000;
	margin: 0;
	padding: 0;
}
.top-info {
	font-size: 24px;
}

.address {
	margin-bottom: 30px;
}
.address a {
	text-align: center;
	font-size: 20px;

}

img.logo, .shoppic img, .covid img {
	width: 90%;
	max-width: 400px;
}

a {
	color:white;
	font-size:50px;
	text-decoration:none;
}

.address{
 font-size: 1rem;
}

.container {
	display:flex;
	flex-direction: column;
	align-items: center;
}
