                /* ALICE */
body {
    margin: 0;
    font-family: 'Inconsolata', monospace;
}

.alice-flex {
    display: flex;
    overflow: visible;
    flex-shrink: 0;
}

.title-wrapper {
    margin: 0 20em 0 2em;
}

.alice-title,
.end-title {
    font-size: 7vw;
    margin: .2em 0;
}

h2 {
    font-size: 2em;
    font-weight: 100;
}

.img-text-container {
    display: flex;
    margin: 0 auto;
    padding-left: 10em;
}

.img-text-container img {
    display: block;
    height: 95vh;
}

p.alice-text {
    width: 20em;
    margin: 2em 2.5em 0 1em;
    text-align: right;
    font-size: 1em;
}

.end-wrapper {
    margin: 0 4em;
}

h1.end-title {
    text-align: left;
}

.img-text-container img:hover {
    cursor:e-resize;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

