html {
    color: #599252;
    font-size: 1.5vw;
}

.news-information-container {
    margin: 20vw 10px 0 0;
    padding:0;
    width: 75vw;
    line-height: 1.4em;
}


.newsInfo {
    padding: 32px;
}


.news-contents {
    display: none;
    padding-left: 64px;
    padding-bottom: 16px;
}

.news-title:hover {
    cursor: pointer;
    text-decoration: underline;
}

.news-contents:hover {
    text-decoration: none !important;
}

a {
    color: #599252;
}

input[type=button], input[type=submit], input[type=reset] {
    
    border: solid 1.5px;
    border-radius: 10px;
    color:  #599252;
    background-color: transparent;
    font-size: 20px;
    text-decoration: none;
    
    cursor: pointer;
  }


  form {

    position: fixed;
    bottom: 10;
  }

  .label {
      width: 100vw;
  }


  @media only screen and (max-width : 768px) {
    html {
        font-size: 5vw;
    }

    .news-information-container {
       width: 100vw;
       line-height: 1.4em;
       margin: 65vw 0 0 0;
    }
}