#root {
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.card {
  margin: 1rem;
  border: 1px solid gray;
}

@media screen and (min-width: 600px) {
  .card {
    flex: 1 1 calc(50% - 2rem);
  }
}

@media screen and (min-width: 900px) {
  .card {
    flex: 1 1 calc(33% - 2rem);
  }
}

body{
  font-family: Segoe UI;
  font-style:bold;
	background-color: #EDFEEE;
}

.head{
   color: #002b45;
   text-align: center;
   font-size:120px;
}

.lockertable{
  /* border: 2px solid black; */
  width: 100%;
  text-align: center;
  border-radius: 5px;

}

table th{
  background-color: #002b45;
  color: white;
  font-size: 30px;
  padding: 10px;
}
table td{
  font-size: 25px;
  padding: 10px;
}

.lockerFree {
  color:#009625;
  text-align: center;
  font-size:65px;
}



.lockerFree1 {
  color:#009625;
  text-align: center;
  font-size:65px;
  /* border: 3px solid black; */
  position: absolute;
  top: 497px;
  left: 236px;
  width: 195px;	
  height:96px;

}

.lockerFree2 {
  color:#012A4A;
  text-align: center;
  font-size:65px;
  /* border: 3px solid black; */
  position: absolute;
  top: 497px;
  left: 576px;
  width: 195px;	
  height:96px;
}


.lockerInfo {
  /* #margin-top:150px; */
  color:#009625;
  text-align: center;
  font-size:40px;
}

.logo {
  position: relative;  
  /* bottom:40px; */
  /* border: 3px solid red; */
	width:1024px;
	height:768px;
	margin-left: auto;
  margin-right: auto;
	margin-top:auto;
	margin-bottom:auto;
  display: flex;
  justify-content: center;
}

.freelocker_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 4vw;
  width: 100%;
  color: black;
}
.freelocker_wrapper .menu {
  display: flex;
  flex-direction: row;
  flex-basis: 20%;
  align-items: center;
  margin-right: 20px;
}
.freelocker_wrapper .menu_item {
  padding: 0 1rem;
}

.freelocker_wrapper .menu_item a {
    padding: 10px 15px;
    border: none;
    background-color: #cccccc;
    border-radius: 10px;
    text-decoration: none;
    color: black;
}
.freelocker_wrapper .menu_item a:hover {
  background-color: lightgreen;
  color: white
}

.freelocker_wrapper .menu_item a.active {
  background-color: green;
  color: white
}

.freelocker_wrapper .location {
  font-size: 32px;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: bold;
}

.freelocker_wrapper .data {
  flex-grow: 1;
}