
body {
    background-color: #1a1b26;
    min-height: 1920px;
}

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

button a {
    display: flex;
    width: 100%;
    background-color: #1a1b26;
    height: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    margin-top: 7px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-decoration: none;
    color:#c0caf5;
    font-size: 1rem;
}


button {
    width: 200px;
    height: 150px;
    border: 2px #c0caf5 solid;
    background-color: #24283b;
    border-radius: 10px;
    padding: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

button:hover {
    transform: scale(1.1);
    transition: ease-in-out 0.5;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    background-color: aquas;
    

}



.porticon {
    padding: 15px;
    filter: brightness(0) saturate(100%) invert(90%) sepia(6%) saturate(7454%) hue-rotate(185deg) brightness(105%) contrast(92%);
    /* filter: brightness(0) saturate(100%) invert(68%) sepia(95%) saturate(493%) hue-rotate(175deg) brightness(102%) contrast(102%);
 */}

.themename {
    color: #9ece6a;
    text-align:left;
    font-size: 25px;
    font-family: inter;

}

.header  {
    color: #f7768e;
    text-align: left;
    font-size: 20px;
    font-family: inter;
    padding-top: 20px;
}

h1 {
    font-size: 40px;
}

button a:hover {
    text-decoration:underline; 
}

p {
    font-size: 25px;
    color:#c0caf5 ;
    font-family: inter;
}

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

p a:hover {
    text-decoration: underline;
}

.headnav {
    width:100%;
    height:4rem;
    font-family: fira code;
}

.redirects {
    padding-top: 20px;
    width: 50rem;
    height: 50px;relative
    text-align: left;
    
}

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


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;
    padding-bottom:20px;
    font-family: inter;
    font-size: 15px;
}

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

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

.portgrid {
    margin-left: 10%;
    margin-right: 5%;
}
