*, *::after, *::after{
    box-sizing: border-box;
    margin: auto;
    font-family: "Work Sans", sans-serif;
    
}
html {
    background-color: black;
}
header {
    padding: 30px 20px;
}
h1 {
    color:  rgb(1, 254, 149);
    text-align: center;
    padding: 10px 0;
    letter-spacing: .1em;
    font-size: 1.75em;
    font-weight: 400;
}
#textdecornone{
    text-decoration: none;
}
h2 {
    text-align: center;
    padding: 10px 0;
}
nav {
    display: flex;
    padding: 10px;
}
.nav-links, .nav-links:link{
    margin: 0;
    text-align: center;
    display: block;
    padding: 10px;
    letter-spacing: .5em;
    font-weight: 190;
    color:  rgb(1, 254, 149);
    line-height: 1.5em;
    text-decoration: none;
    
}

a:hover, .nav-links:hover{
    background-color: #f900a6;
}
#redh3{
    color:red;
}
h4{
    color: red;
}
#mainhome {
    margin: auto;
    padding: 10px;
    text-align: center;
}
li{
    list-style: none;
    text-align: center;
    padding: 2px;
}

footer {
    background-color: rgb(1, 254, 149);
    text-align: center;
    padding: 30px 20px;
    font-weight: 250;
    color: black;
}
.footer-items, .footer-items:link{
    display: block;
    padding: 5px;
    font-weight: 250;
    color: black;
    text-decoration: none;
    letter-spacing: .05em;
    
}
#div-container{
    display: flex;
    flex: 0 1 auto;
}


#item1{
    display: flex;
    padding: 1px;
    flex-direction: row;
}
#item2{
    display: flex;
    padding: 1px;
    flex-direction: row;
}
#item3{
    display: flex;
    padding: 1px;
    flex-direction: column;
}
.webImage {
    padding: 1px;
}
.red{
    font-size: 12px;
    color: red;
}