html,
body {
	background: #141414; /* #000046 / #000084 */ /* #111217 / #141414 / #1E1E1E */
	color: #E1E3E6; /*#E1E3E6*/
	/*width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	/*font: 11pt/1.272727273em or 14pt/11pt "Trebuchet MS", Helvetica, sens-serif;
	letter-spacing: 0.018em;*/
	word-wrap: break-word;
	font-family: "Roboto", "Open Sans", "Trebuchet MS", "Trebuchet", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14pt;
	/*overflow-wrap: break-word;*/
    /*word-break: break-all;*/
    /*word-wrap: break-word;*/
}

a,
a:link,
a:visited {
    text-decoration: underline; /* none */
	outline: none;
    color: #7fffd4; /*71aaeb*/ /*#7fffd4; #71aaeb; #FFFF00; */ /* #FF0000 */
}

a:hover {
    color: #E1E3E6; /*#bbb; #E1E3E6; #FF0000;*/
}

hr {
	color: #E1E3E6;
}

.title {
    color: #7fffd4;
    clear: both;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: center;
    font-size: 2.5em; /*font-size: 250%; or 4.5em; or 4em;*/
    width: 100%;
    height: auto;
    padding-bottom: 1em; /*10px;*/
    padding-top: 2.5em; /*6px;*/
}

.home__music {
    max-width: 100%;
    margin: 12px auto 12px;
}

.home__trigger-container {
    display: inline-block;
}

.home__music-trigger {
    font-style: none;
    text-transform: lowercase;
    color: #7e7f282;
    text-decoration-style: none !important;
}