

/*#contactInfo{
    width: 100%;
    border: 4px solid rgb(37, 170, 223);
    border-style: dashed;
    background-color: rgb(37, 170, 223);
    margin-top: 100px;
}*/

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid black;
    text-align: center;
    padding: 8px;
}

th {
    background: #DDDDDD;
}

#section_left{
    border-style: 5px solid black;
    margin-top: 25%;
    margin-bottom: 25%;
    height: 50%;
    margin-left: 0;
    padding: 25px;
    width: 50%;
}

footer{
    position: fixed;
    background-color: black;
    bottom: 0;
    height: 80px;
    line-height: 150px;
    width: 100%;
}

footer p{
    color: white;
    transform: translateY(-70px);
}