@import url("/css/common.css");

body {
    background-color: #e6e6e6;
    text-align: center;
}

div.container {
    background-color: white;
    padding: 32px;
}

div.container .powered-by {
	color: #777;
	display: inline-block;
}

div.container .powered-by .san-svg {
    width: 140px;
    height: 52px;
}

div.container .powered-by .san-svg path {
    fill: #d4021d;
}
