/*************TAG SELECTORS - specify HTML tag*********/
/* Fonts List:
Weird font: font-family: 'Major Mono Display', monospace;
Large Heading: font-family: 'Roboto Mono', monospace;
General: font-family: 'Cutive Mono', monospace;
*/
a {
  color: white;
  font-family: 'Cutive Mono', monospace;
  font-size: 1.5rem;
  text-decoration: none;
}

a:hover {
  color: #808080;
}

body {
  background-color: black;
  font-family: monospace;
  height: 100vh;
  margin: 0;
  min-height: 100%;
  text-align: center;
  width: 100%;
}

h1 {
  color: white;
  font-family: 'Roboto Mono', monospace;
  font-size: 3rem;
}

h2 {
  color: white;
  font-family: 'Cutive Mono', monospace;
  font-size: 2rem;
}

h3 {
  color: #cccccc;
  font-family: 'Cutive Mono', monospace;
  font-size: 1.8rem;
  font-weight: bold;
}

h4 {
  color: white;
  font-family: 'Cutive Mono', monospace;
}

h5 {
  color: white;
  font-family: 'Cutive Mono', monospace;
}

h6 {
  color: white;
  font-family: 'Cutive Mono', monospace;
}

html {
  min-height: 100%;
}

p {
  color: #cccccc;
  font-family: 'Cutive Mono', monospace;
  font-size: 1.3rem;
}

/*************CLASS SELECTORS - start with .*********/
.bottom-container {
  margin: 4rem auto;
}

.btn {
  -webkit-border-radius: 40;
  -moz-border-radius: 40;
  border-radius: 40px;
  font-family: Courier New;
  background-color: black;
  color: #ffffff;
  font-size: 2rem;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 3px;
  text-decoration: none;
}

.btn:hover {
  background: #202020;
  text-decoration: none;
}

.contact-me {
  font-size: 1.6rem;
  margin: 2rem auto 2rem auto;
  padding-top: 0;
  position: relative;
}

.copyright {
  font-size: 0.9rem;
}

.fano {
  height: 415px;
  margin: 1.5rem auto 1.5rem auto;
  max-height: 415px;
  max-width: 355px;
  pointer-events: none;
  position: relative;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 355px;
}

.subtitle {
  color: #bbbbbb;
  font-family: 'Cutive Mono', monospace;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 0.5rem;
}

.top-container {
  position: relative;
  padding-top: 1.8rem;
  text-align: center;
}

/*************ID SELECTORS - start with #*********/
