/*
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*/
body {
/*    background-color: darkslateblue;*/
}
#logo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes line-anim {
    to{
        stroke-dashoffset: 0;
    }
}
@keyframes fill {
    from {
        fill: transparent;
    }
    to {
        fill: white;
    }
}
/*
.txt{
	width:300px;
	height:120px;
	background-color:blue;
	margin:auto;
	vertical-align:middle;
}
*/

.er {
	width:300px;
	height:120px;
	background-color:RGB(37, 46, 56);
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
