* {
	margin-left: 40px;
	margin-right: 40px;
    margin-bottom: 12px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-family: 'violet-sans', -apple-system, BlinkMacSystemFont, helvetica, arial, sans-serif;
	transition: 500ms ease;
}

.row {
	display: flex;
    gap: 32px;
}

.column {
	flex: 50%;
    padding: auto;
}

img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
    background: transparent;
}

#left-column {
	padding: 20px;
}

h1 {
    margin-top: 52px;
    margin-bottom: 40px;
}

a, a:visited {
	transition: all 200ms ease;
	color: #3A3A3A;
}

hr {
    margin-top: 36px;
    margin-bottom: 16px;
}