@charset "UTF-8";
html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
	color:#847965;
}

body {
    background-image: url("./lh-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 300px;
	height:auto;
	margin: 0 auto;
}

.announceText {
	margin-top: 30px;
	text-align:center;
	letter-spacing: 0.25em;
}
