body {
	background-color: #43B1EE;
	margin: 0;
	height: 100%
	position: relative;
	color: white;
}

h1 {
	font-family: American Typewriter;
	font-weight: 500;
	font-size: 3em;
}

.container {
	display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    text-align: center;
}

.responsiveImage {
  width: 100vw;
  height: 40vh;
  z-index: -9999;
}

.top {
	position: absolute;
	top: 0;
}

.bottom {
	position: absolute;
	bottom: 0;
}

.iconContainer {
	display: inline-block;
	width: 8em;
	height: auto;
	position: relative;
}

.icon {
	width: 30%;
}

#copyIcon {
	position: relative;
	float: left;
}

#refreshIcon {
	position: relative;
	float: right;
}

#phraseContainer {
	display: inline-block;
}

#copyMessageBox {
	opacity: 0;
	padding: 1em;
}

#successMessage {
	background-color: black;
	border-radius: 5px;
	padding: 0.5em;
	font-family: arial,helvetica;
}