@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Oswald&display=swap');

body {
  background: url('images/bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ebeaeb;
  font-family: 'Open Sans', sans-serif;
}

.img-logo {
  width: 100%;
  max-width: 800px;
}

.ad_box {
  margin: 0 auto;
  width: 100%;
  max-width: 728px;
  max-height: 90px;
  background-color: #fff7d3;
}

.weather-box {
  width: 100%; 
  max-width: 800px; 
  margin: 0 auto;
}

a {
  color: #000;
  font-weight: 600;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.adv_img {
  max-width: 728px;
  width: 100%;
}

.big-btn {
  display: block;
  background: rgb(250,250,250);
  background: linear-gradient(180deg, rgba(250,250,250,1) 0%, rgba(231,231,231,1) 100%); 
  border-radius: 10px;
  border: 1px solid #CCC;
  padding: 8px 15px 8px 15px;
  text-align: center;
  font-size: 125%;
  color: #000;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
}

.big_btn a:link {
  color: red !important;
}

.sub-btn {
  background: rgb(255,227,102);
  background: linear-gradient(180deg, rgba(255,227,102,1) 0%, rgba(255,214,43,1) 100%); 
}

.about_txt {
  font-size: 115%;
}

.column_left {
  font-weight: 600;
  width: 70px;
}

.headline_txt {
  font-family: 'Oswald', sans-serif;
  font-size: 165%;
  text-align: center;
}