body {
    padding: 40px 0px;
}

/* Style the tab */
.tab {
  top: 0px;
  position: fixed;
  float: left;
  background-color:  #04AA6D;
  width: 25%;
  justify-content: center;
  border-bottom-right-radius: 10px;
}

.tab .title {
  height: 60px;
  text-align: center;
  align-content: center;
  display: grid;
  background-color:  #0B230B;
  color: white;
}

.tab .title h1 {
  margin: 0;
  height: min-content;
  font-family: 'Josefin Slab', serif;
}

.tab button:first-child {
  border-top-right-radius: 10px;
}

.tab button:last-child {
  border-bottom-right-radius: 10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    font-size: 1.5em;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Josefin Slab', serif;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

.tabContentFrame {
  justify-content: center;
  display: flex;
}

/* Style the tab content */
.tabcontent {
  justify-self: center;
  padding: 0px 12px;
  width: 40%;
  border-left: none;
  height: min-content;
  min-height: 300px;
  text-align: center;
  padding: 0.5px 2%;
  font-size: 1.3em;
}

a {
  color: green;
}

.date {
  color: white;
  font-weight: bolder;
  font-size: 1.4em;
} 

.btn {
  background-color: grey;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

#contact ul {
  list-style: none;
  text-align: left;
  font-size: 1.2em;
  align-content: center;
}

#contact ul li:not(:last-child) {
  margin-bottom: 10px;
}

#contact .element img {
  height: 40px;
  margin-right: 10px;
}

#contact .element img,#contact .element span {
  vertical-align: middle;
}

#contact .element a {
  color: white;
  text-decoration: none;
} 

@media (max-width : 1400px) {
  #contact ul {
    font-size: .8em;
  }
}