body {
  background-image: url(../images/1bgarab4u.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
  font-family: sans-serif;
  align-content: center;
  margin: auto;
}


/* Make content area fill the entire browser window */
html,
.fullscreen {
  margin-top: 0.5rem;
  display:block;
  height: 100%;
  width: 100%;
}


/* Center the content in the browser window */
main {
max-width: 900px;
 margin: auto;
  }

.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}

.center {
 display: block;
 position: relative;
}

.container {
  margin-top: 0.5rem;
  display: grid;
  position: relative;
  padding: 10px 10px 10px 10px; 
  grid-gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(9.5rem, 100%), 1fr));  
  list-style: none;
}

.card {
  background: none;
  padding-bottom: 0.1rem;
}

.card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    align-content: center;
    cursor: pointer;
}

.button {
  background-color: #151B54;
  border: none;
  box-shadow: 0 7px #357EC7;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 15px;
  margin: 2px 2px;
  opacity: 1;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.buttonweek {
border-radius: 12px;
width: 100%;}

.buttonweek:hover {background-color: #0000A0}

.buttonweek:active {
  background-color: #000080;
  box-shadow: 0 5px #2B547E;
  transform: translateY(4px);
}
