 body {
    background-color:#1a1b26;
 }

 .flex-container {
    margin-left: 10%;
    flex-wrap: wrap;
    width:50%;
    margin-bottom: 260px;
 }
 
 h1 {
    color:#f7768e;
    font-family: inter;
    font-size: 40px;
    margin-bottom: 50px;
    white-space: nowrap;
 }
 
 h2 {
    color:#9ece6a;
    font-family:inter;
    font-size: 25px;
    white-space: nowrap;
 }
 
 .todo {
    color:#7aa2f7;
    font-family: inter;
    font-size: 18px;
 }
 
 p {
    color:#c0caf5; 
    font-size: 18px;
    font-family: inter;
 }

 a {
    color:#7dcfff;
    text-decoration: none;
 }
 
a:hover {
    text-decoration: underline;
}

 .headnav {
    width:100%;
    height:4rem;
    font-family: Fira Code;
}


.redirects {
    padding-top: 20px;
    padding-left: 10%;
    background-color:aquas;
    white-space: nowrap;
}

.redirects a {
    margin-right:40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    color:#9aa5ce;
    transition: 40ms;
}

.redirects a:hover {
    text-decoration: underline;
    text-decoration-color: #7dcfff;
}

footer {
    display: flex;
    flex-direction: row;
    max-height: 120px;
    height: 120px;
    background-color: greens;
    padding-left: 55px;
    border-top: 1px solid #565f89;
}


.link-list ul {
    list-style: none;
    color: #565f89;
    padding: 0;
}

.menu-h2 {
    color: #9aa5Ce;
    text-align: left; 
    font-size: 20px;
    font-weight: normal;
    font-family: inter;
    height:15px;
}

.link-list {
    margin-left: 10px;
    margin-right: 95px;
    font-family: inter;
    font-size: 15px;
}

.link-list a {
    color: #565f89;
    text-decoration: none;
}

.link-list a:hover {
    text-decoration: underline;
}