body {
    font-family: arial;
    margin: 0;
    background-color: #F7F7F7;
}

.header {
    background-color: #222222;
    height: 220px;
    padding: 16px 0 0 0;
}

.header-emoji {
    font-size: 56px;
    margin: 0 auto;
    text-align: center;
}

.header-title {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  font-family: arial;
  margin: 0 auto;
}

.header-description {
  font-size: 30px;
  text-align: center;
  color: #CFCFCF;
  font-family: arial;
}

.menu {
    height: 112px;
    width: 912px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 24px;
    margin: 0px auto 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
}

.drag-and-drop {
  width: 160px;
  height: 160px;
  color: gray;
  line-height: 60px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 15px;
  text-align: center;
  margin: 20px;
  font-family: arial;
  position: absolute; 
  left: 50%;
  margin-left: -80px;
}

.dropdown {
  width: 250px;
  font-family: arial;
  font-size: 13;
  display: flex;
  justify-content: space-around;
}

.upload-status {
    height: 25px;
    width: 912px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
    margin: 0px auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
	font-family: arial;
    font-size: 13;
}

.output-window {
    height: 145px;
    width: 912px;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    margin: 5px auto 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
	font-family: arial;
    font-size: 13;
}

.output-data {
    height: 25px;
    width: 912px;
	text-align: center;
    display: flex;
    justify-content: space-around;
    padding-top: 0px;
	position: absolute;
    margin: 0px auto 0 auto;
    background-color: #FFFFFF;
    font-family: arial;
    font-size: 13;
	z-index: 1;
}

.menu-title {
  font-family: arial;
  font-size: 13;
  color: #079A82;
  font-weight: bold;
}

.plot-button {
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	background-color:#ffec64;
	border-radius:8px;
	border:2px solid #ffaa22;
	position: absolute;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 34px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	margin: 30px auto;
	z-index: 2;
	
}
.plot-button:hover {
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	background-color:#ffab23;
}
.plot-button:active {
	position:relative;
	top:1px;
	margin: 30px 50px auto;
}
.card {
    margin-bottom: 24px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.18);
	margin-right: auto;
    margin-left: auto;
    max-width: 1024px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 32px;
}
.fast-slow-switch {
	padding: 85px;
	position: absolute;
	color: #079A82;
	
}
	