body {
  background: black;
  height: 100vh;
  margin: 0;  
  display: flex;
  justify-content: center;
  align-items: center;
}

a, a:hover, a:visited {
  color: red;
  text-decoration: none;
}

.container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.header {
  max-height: 200px;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: red;
  
}

.title img {
  width: 50%;
  text-align: center;
}

.navigation {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.navigation li {
  list-style-type: none;
  float: left;
  margin: 15px;
}

.navigation a:hover {
  color: white;
}



a, a:visited, a:hover {
  color: red;
}

.content {
  color: red;
}

.aboutme {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aboutme p {
  max-width: 600px;
  text-align: justify;
  text-justify: inter-word;
}

.aboutme img{
  cursor: progress;
}


.links a:hover {  
  color: white;
}

.links {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.links a {  
  text-decoration: underline wavy;
}





