title {
  font-family: arial;
  color: #000000;
  font-size:40px;
  
}

h1 {
  font-family: arial;
  color: #86BA86;
    
}

h2 {
  font-family: arial;
  color: #000000;
  font-size:40px;
    
}

body {
    font-family: arial;
    font-size:20px;
    display: flex-start;
    justify-content: start;
    align-items: start;
    height: 100vh;
    margin: 100;
    background-color: #FFFFFF;
    color: #1C241C
}

.container {
    text-align: start;
}
a:link {
  color: #07a2f5;
  font-family: Georgia
}

/* visited link */
a:visited {
  color: #453469;
}

/* mouse over link */
a:hover {
  color: #9352d9;
}

/* selected link */
a:active {
  color: #c597f0;
  
}


