body {
    background-color: #1a1b26;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left:auto;
    margin-right: auto;
    background-color: aquamarines;
    flex-wrap: wrap;
    width: fit-content;
    height: fit-content;
    margin-bottom: 16%;
    margin-top: 90px;

}

.contact-card {
    width: 300px;
    height: 400px;
    min-width: 150px;
    min-height: 300px;
    margin: 20px;
    border-radius: 10px;
    border: 1px solid #c9caf5;
    padding: 10px;
    
}

p {
    text-align: left;
    color: #c0caf5;
    font-size: 1.2rem;
    font-family:inter;
    margin-top: 2.5rem;
    padding-left:10px;
    padding-right: 10px;
}

img {
    width: 70px;
    height: 70px;
}

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

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

.icon {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    filter: brightness(0) saturate(100%) invert(68%) sepia(95%) saturate(493%) hue-rotate(175deg) brightness(102%) contrast(102%);
    padding-top: 25%;
}


.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;
    background-color: greens;
    padding-left: 55px;
    border-top: 1px solid #565f89;
    margin-top: 100px;
}


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;
}

