body {
  background: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0;
  background-size: 100% 100%;
}

img {
  justify-content: center;
  align-items: center;
  height: 90px;
  width: auto;
  margin: auto;
  display: flex;
}

p {
  text-align: center;
}

h1 {
  color: black;
  text-align: center;
  font-size: 12px;
  margin: 2px;
}

h2 {
  color:#fdd835;
  text-align: center;
  font-size: 12px;
  margin: 2px;
}

h3 {
  color:#fdd835;
  text-align: center;
  font-size: 21px;
  margin: 2px;
}

h4 {
  color: #fdd835;
  text-align: center;
  font-size: 10px;
  margin: 2px;
}

h5 {
  color: #fdd835;
  text-align: center;
  font-size: 15px;
  margin: 2px;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}

.buttons {
  text-align: center;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ieee {
  background: rgba(255, 255, 255, 0.5);
  color: #fdd835;
  display: inline-block;
  font-size: 1.25em;
  margin: 7px;
  padding: 10px 0px;
  text-align: center;
  width: 70%;
  border: 2px solid #fdd835;
}

.ieee:hover {
  background-color: #fdd835;
   box-shadow: 0 0 10px #fdd835, 0 0 20px #fdd835, 0 0 20px #fdd835;
   color: #434343;
 }
