html,body{
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	background-color: white;
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}
.content{text-align: center;align-self: center;align-content: center;}
.logo img.desktop{max-width: 445px;height: auto;}
.logo img.mobile{max-width: 210px;height: auto;}
.logo img.mobile{display: none;}
.notice{font-weight: 300;color:#5b5166;margin-top:110px;line-height: 1.5}
.footer{text-align: center;}
.logos{display: flex;align-items: center;}
.copyright{color: #d1d1d1;font-weight: 400;font-size: 0.75rem;margin-bottom: 30px;}
.aaum,.startpoint{width: 96px;height: auto;margin: 30px;}
@media only screen and (max-width: 767px) {
	.logo img.desktop{display: none;}
	.logo img.mobile{display: block;}
	.aaum,.startpoint{width: 98px;}
	.notice{font-size: 0.9rem;margin-top: 64px;}
}