﻿
body {
    background-color: #2D313C;
    Text-align: left;
    font-family: arial;
    color: #D7D0D0;
    font-size: 13px;
    align-items: center;
}
.grid-container {
    display: grid;
    grid-template-columns: 430px 430px 430px;
    padding: 5px;
    margin: 5px;
    column-gap: 5px;
    text-align: left;
}
.grid-item {
    text-align: left;
    background-color: #0F1117;
    color: #D7D0D0;
    padding: 5px;
    width: 400px;
    height: auto;
    overflow: hidden;
    border-style: solid;
    border-color: #D7E9F8;
    border-width: 1px;
}

ul {
    list-style-type: none;

}
h1 {
    color: #FF7CBC;
}

h2 {
    text-align: center;
    color: #AF4454;
}

h3 {
    color: #CB765A;
}

h4 {
    color: #C35850;
}
a:link {
    color: #6491B8;
    font-size: 13px;
    font-weight: bold;
    margin: 2px;
    padding: 2px;
    text-align: center;
}

a:hover, a:active {
    color: #FA59CA;
}

a:visited {
    color: #3E6B92;
}
#footer {
    text-align: left;
}
#email {
    color: #BD4E70;
    font-size: 13px;
    text-align: left;
}

#featured {
    text-align: center;  
}

img {
    max-width: 400px;
    height: auto;
    border-radius: 5px;
   
}