body {
	margin: 0px;
	font-family: Lato, Roboto, "Helvetica Neue", sans-serif;
	background-color: white;
}

.header {
	margin: 0px;
	position: relative;
	display: flex;
}

#background-wave {
	height: 100%;
	width: 100%;
	display:block;
}

#logo_acbl {
	position: absolute;
	height: 75%;
	bottom: 0;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
}

#header_text {
	position: absolute;
	background-color: #091E3E;
	color: white;
	padding: 1vw 2vw;
	margin: 2vw;
	font-size: 3vw;
	border-radius: 5px;
}

.news_title {
	text-align:center;
}

.news_center {
	width: 80%;
	margin: auto;
}

.news_content {
	display: flex;
}

.news_text li {
	margin: 10px;
}

.renew {
	margin: 10px;
	margin-top: 50px;
}

.image {
  padding-left: 8px;
  /* width: 800px; */
  float: right;
}

.button {
      display: inline-block;
      padding: 15px 25px;
      font-size: 20px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      outline: none;
      color: #fff;
      background-color: #003B94;
      border: none;
      border-radius: 15px;
      box-shadow: 0 3px #999;
    }

    .button:hover {
      background-color: #1F72F0
    }

    .button:active {
      background-color: #4682B4;
      box-shadow: 0 1px #666;
      transform: translateY(1px);
    }