body, html {
    height: 100%;
    font-family: "Inconsolata", sans-serif;
  }
  
  .bgimg {
    background-position: center;
    background-size: cover;
    background-image: url("https://dxbhsrqyrr690.cloudfront.net/sidearm.nextgen.sites/athletics.bowdoin.edu/images/2022/11/27/B_Womens_Hockey_vs_Williams_11-19-22_-_0891.JPG");
    min-height: 90%;
  }
  
  .menu {
    display: none;
  }

  .button {
    background-color: black;
    color:white;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    border-width: 0;
    border-color: white;
  }

  #images{
    text-align: center;
  }

  .center {
    text-align: center;
  }