* {
  box-sizing: border-box;
   -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body {
  margin: 0;
  font-family: "Exo", sans-serif;
  font-size: 2rem;
  background-color: #009999;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* background-color: rgb(34, 34, 34); */
  height: 3rem;
  /* opacity: 0.4; */
  font-family: 'Dongle','sans-serif';
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  background-image: linear-gradient(
    to bottom,
    rgba(64, 64, 64, 0) 0%,
    rgba(64, 64, 64, 0.4) 30%,
    rgba(64, 64, 64, 0.6) 70%,
    rgba(64, 64, 64, 0.8) 100%
);
}

.content {
  position: fixed;
  margin: auto;
  text-align: center;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.5); */
  color: #f1f1f1;
  text-shadow: 0.5px 0.5px 0.5px #000;
  width: 100%;
  height: calc(100% - 3rem);
}

.flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.flexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 6vh;
  /* align-items: center; */
}

#mail{
  font-size: small;
}

.flexrow i {
  margin: 20px;
}

h4 {
  font-size: x-large;
  /* padding-top: 10vh; */
  font-weight: 40;
}

.content img {
  width: 85vw;
  max-width: 480px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

footer span {
  color: white;
  text-shadow: 0.5px 0.5px 0.5px #000;
  font-size: 1.3rem;
  font-weight: 100 !important;
}

.fab {
  color: #dbdbdb;
}

.blue {
  color: rgb(0 172 238);
}
