* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#background {
  margin: 0;
  padding: 0;
  height: 100vh;
  padding-top: 35vh;
}

#background::after {
  display: none;
}

#title  {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #898191;
  font-size: 40px;
  font-family: 'Julius Sans One', Verdana;
 /* background-color: #f8edff; */
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently not supported by any browser*/
}

#math  {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #898191;
  font-size: 25px;
  font-family: 'Julius Sans One', Verdana;
 /* background-color: #f8edff; */
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none;   /* Chrome/Safari/Opera */
 -khtml-user-select: none;    /* Konqueror */
 -moz-user-select: none;      /* Firefox */
 -ms-user-select: none;       /* Internet Explorer/Edge */
 user-select: none;           /* Non-prefixed version, currently not supported by any browser*/
}


#apps  {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #898191;
  font-size: 25px;
  font-family: 'Julius Sans One', Verdana;
 /* background-color: #f8edff; */
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none;   /* Chrome/Safari/Opera */
 -khtml-user-select: none;    /* Konqueror */
 -moz-user-select: none;      /* Firefox */
 -ms-user-select: none;       /* Internet Explorer/Edge */
 user-select: none;           /* Non-prefixed version, currently not supported by any browser*/
}


.link {
  margin-bottom: 8px;
  letter-spacing: 2px;
 -o-transition:color .1s ease-out, background 1s ease-in;
  -ms-transition:color .1s ease-out, background 1s ease-in;
  -moz-transition:color .1s ease-out, background 1s ease-in;
  -webkit-transition:color .1s ease-out, background 1s ease-in;
  /* ...and now override with proper CSS property */
  transition:color .1s ease-out, background 1s ease-in;
}

.link a:link, a:active, a:visited {
text-decoration: none;
color: inherit;
}

#math:hover { color: rgb(108, 85, 130); }
#apps:hover { color: rgb(108, 85, 130); }


#footer {
   visibility:hidden;
   position:absolute;
   bottom:0;
   width:100%;
   height:30px;   /* Height of the footer */
}

#footerp {
  padding-right: 15px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.8em;
  color: gray;
  opacity: 0.4;
  text-align: right;
}
