
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
body {
  background-color: #000;
  max-width: 500px;
  margin: auto;
  text-align: center;
}

img {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}
.profile-img {
 width: 250px;
 margin: 0 auto;
}
.profile-img img {
   width: 250px;
   height: auto;
   border-radius: 50%;
 }
 h1 {
   font-size: 50px
 }
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: futura;
   color:white;
 }

 a:link {
   color:hotpink;
   text-decoration: none;
 }
 a:visited {
   color:limegreen;
   text-decoration: none;
 }
 a:hover {
   color:pink;
   text-decoration: none;
 }
 a:active {
   color:white;
   text-decoration: none;
 }

.hidden {
    display: none !important;
}
