#tech{
    grid-area:tech;
    font-size:large;
    font-weight: bold;
    align-content: space-around;
}

footer{
    
    width:100%;
    font-size:large;
    background-color:grey;
    grid-area: footer;
    display: flex;
    align-items: anchor-center;
    justify-content: space-around;
}

.footer.list{
    width: 20%;
    color: white;
    font-size: 24px;
    text-decoration: underline;
    text-transform:lowercase;
}

.footer.list *{
    text-decoration: none;
    list-style: none;
    color: white;
    margin: auto;
    text-align: center;
    padding: 2px;
}


.footer-name{
    display: flex;
    flex-direction: row;
    width: min-content;
    text-transform: lowercase;
}

.footer.contact{
    width: 50%;
    height: 100%;
    text-align: center;
}

.brand{
    font-size:24px;
    font-weight:bold;
    padding:auto;
    color:white;
    text-decoration:none;
    margin: 12px 24px;
    width:30%;
}

.email{

}

input[type=text], input[type=password], input[type=email], select, textarea{
    width: 80%;
    padding:4px;
    margin: 2px auto;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    display:block;
    height:15%;
}

textarea{
    height: 50%;
    margin-bottom: 6px;
}

#sendE{
    display: block;
    text-align: center;
    text-decoration: none;
    border-block: 2px solid black;
    width: fit-content;
    padding: 3px;
    margin: auto;
    color: white;
    text-transform: uppercase;
}

.footer-contact-container {
    margin: 12px;
}