body {
	background: #363F45;
	color: #ffffff;

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

	font-family: 'Roboto', sans-serif;
}

#main {
margin: 10px;

	background: #FF4081;

	position: relative;
	top: 50%;
	transform: translateY(-50%);

  width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.shadow {
    box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16);
    xcolor: rgba(0,0,0,0.84);
}

.theme {
    margin: 20px auto 0;
    max-width: 420px;
}

.theme__status {
    height: 25px;
    -webkit-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.mdi-navigation-menu:before {
    content: "\e8a1";
}
*:before, *:after {
    box-sizing: border-box;
}
.theme__toolbar-headings {
    padding: 85px 20px 0 75px;
}

.theme__toolbar-navigation .more {
    top: 20px;
    right: 12px;
}
.theme__toolbar-navigation i {
    position: absolute;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
[class^="mdi-"], [class*=" mdi-"] {
    font-family: "Material-Design-Icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.theme__toolbar {
    x-height: 240px;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    -webkit-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}
