.menu{
	list-style: none;
	padding: 0;
	width: 90%;
	max-width: 1000px;
	margin: 1px;
}

.menu li a{
	text-decoration: none;
	color: #52B4CD;
	padding: 20px;
	display: block;
    font-family: Berlin Sans FB;
    font-size: 22px;
}

.menu li{
	display: inline-block;
	text-align: center;

}

.menu li a:hover{
	background:  #008bcb;
    cursor: pointer;
    color: #fdfdfd;
}
.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}
.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}